public class IParticleOnPlane extends IPointAgent implements IParticleI
| Modifier and Type | Field and Description |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc
|
IParticleOnPlaneGeo |
particle |
IVec |
vel
only to refer to particle.vel and particle.frc
|
point, pos, trackeralive, duration, interactOverridden, localDynamics, parent, targets, time| Constructor and Description |
|---|
IParticleOnPlane(IParticleOnPlane p) |
IParticleOnPlane(IParticleOnPlaneGeo p) |
IParticleOnPlane(IVecI planeDir,
IVecI planePt,
IVecI pos) |
IParticleOnPlane(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel) |
| Modifier and Type | Method and Description |
|---|---|
IVec |
acc()
get acceleration.
|
IVec |
acceleration()
get acceleration.
|
IParticleOnPlane |
add(double x,
double y,
double z) |
IParticleOnPlane |
add(double f,
IVecI v)
scale add
|
IParticleOnPlane |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnPlane |
add(IDoubleI f,
IVecI v)
scale add
|
IParticleOnPlane |
add(IVecI v) |
IParticleOnPlane |
add(IVecI v,
double f)
scale add
|
IParticleOnPlane |
add(IVecI v,
IDoubleI f)
scale add
|
IParticleOnPlane |
addForce(double fx,
double fy,
double fz)
alias of push
|
IParticleOnPlane |
addForce(IVecI f)
alias of push
|
IParticleOnPlane |
clr(java.awt.Color c) |
IParticleOnPlane |
clr(java.awt.Color c,
double alpha) |
IParticleOnPlane |
clr(java.awt.Color c,
float alpha) |
IParticleOnPlane |
clr(java.awt.Color c,
int alpha) |
IParticleOnPlane |
clr(double dgray) |
IParticleOnPlane |
clr(double dgray,
double dalpha) |
IParticleOnPlane |
clr(double dr,
double dg,
double db) |
IParticleOnPlane |
clr(double dr,
double dg,
double db,
double da) |
IParticleOnPlane |
clr(float fgray) |
IParticleOnPlane |
clr(float fgray,
float falpha) |
IParticleOnPlane |
clr(float fr,
float fg,
float fb) |
IParticleOnPlane |
clr(float fr,
float fg,
float fb,
float fa) |
IParticleOnPlane |
clr(IColor c)
to set an object color
|
IParticleOnPlane |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten
|
IParticleOnPlane |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten
|
IParticleOnPlane |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten
|
IParticleOnPlane |
clr(int gray) |
IParticleOnPlane |
clr(int gray,
int alpha) |
IParticleOnPlane |
clr(int r,
int g,
int b) |
IParticleOnPlane |
clr(int r,
int g,
int b,
int a) |
IParticleOnPlane |
clr(IObject o)
to set the same color with the object
|
IParticleOnPlane |
cp()
alias of dup()
|
IParticleOnPlane |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticleOnPlane |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticleOnPlane |
cp(IVecI v)
cp() is alias of dup().add()
|
double |
decay() |
IParticleOnPlane |
decay(double d) |
IParticleOnPlane |
div(double v) |
IParticleOnPlane |
div(IDoubleI v) |
IParticleOnPlane |
dup()
duplicate object
|
IParticleOnPlane |
fix()
IParticleI API
|
boolean |
fixed()
check if it's fixed
|
IParticleOnPlane |
flip()
alias of neg()
|
IVec |
force()
get force
|
IParticleOnPlane |
force(IVecI v)
set force
|
IVec |
frc()
get force
|
IParticleOnPlane |
frc(IVecI v)
set force
|
double |
fric()
get friction
|
IParticleOnPlane |
fric(double friction)
set friction
|
double |
friction()
get friction
|
IParticleOnPlane |
friction(double friction)
set friction
|
IParticleOnPlane |
hide() |
IParticleOnPlane |
hsb(double h,
double s,
double b) |
IParticleOnPlane |
hsb(double h,
double s,
double b,
double a) |
IParticleOnPlane |
hsb(float h,
float s,
float b) |
IParticleOnPlane |
hsb(float h,
float s,
float b,
float a) |
void |
initParticleOnPlaneAgent(IParticleOnPlaneGeo ptcl) |
void |
initParticleOnPlaneAgent(IVecI planeDir,
IVecI planePt,
IVecI pos) |
void |
initParticleOnPlaneAgent(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel) |
IParticleOnPlane |
layer(ILayer l)
Set layer by ILayer object
|
IParticleOnPlane |
len(double l)
setting length
|
IParticleOnPlane |
len(IDoubleI l)
setting length
|
double |
mass()
get mass
|
IParticleOnPlane |
mass(double mass)
set mass
|
IParticleOnPlane |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticleOnPlane |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticleOnPlane |
mirror(IVecI planeDir)
alias of ref
|
IParticleOnPlane |
mirror(IVecI center,
IVecI planeDir)
alias of ref
|
IParticleOnPlane |
mul(double v) |
IParticleOnPlane |
mul(IDoubleI v) |
IParticleOnPlane |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticleOnPlane |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticleOnPlane |
mv(IVecI v)
mv() is alias of add()
|
IParticleOnPlane |
name(java.lang.String nm)
methods of IObject
|
IParticleOnPlane |
neg() |
IVec |
pos()
get position
|
IParticleOnPlane |
pos(IVecI v)
set position
|
IVec |
position()
get position
|
IParticleOnPlane |
position(IVecI v)
set position
|
IParticleOnPlane |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg())
|
IParticleOnPlane |
pull(IVecI f)
equivalent to push(f.dup().neg())
|
IParticleOnPlane |
push(double fx,
double fy,
double fz)
adding force to particle
|
IParticleOnPlane |
push(IVecI f)
adding force to particle
|
IParticleOnPlane |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlane |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlane |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlane |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlane |
removeTarget(int i)
remove target object.
|
IParticleOnPlane |
removeTarget(IObject obj)
remove target object.
|
IParticleOnPlane |
reset()
setting force zero
|
IParticleOnPlane |
resetForce()
alias of reset
|
IParticleOnPlane |
rev()
alias of neg()
|
IParticleOnPlane |
rot(double angle)
rotation on XY plane
|
IParticleOnPlane |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticleOnPlane |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticleOnPlane |
rot(IDoubleI angle)
rotation on XY plane
|
IParticleOnPlane |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticleOnPlane |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticleOnPlane |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector
|
IParticleOnPlane |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticleOnPlane |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticleOnPlane |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location
|
IParticleOnPlane |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticleOnPlane |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticleOnPlane |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticleOnPlane |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticleOnPlane |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticleOnPlane |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticleOnPlane |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticleOnPlane |
scale(double f)
alias of mul
|
IParticleOnPlane |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticleOnPlane |
scale(IDoubleI f)
alias of mul
|
IParticleOnPlane |
scale(IVecI center,
double f)
scale from a center
|
IParticleOnPlane |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticleOnPlane |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticleOnPlane |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticleOnPlane |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticleOnPlane |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticleOnPlane |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticleOnPlane |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticleOnPlane |
set(double x,
double y,
double z) |
IParticleOnPlane |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnPlane |
set(IVecI v) |
IParticleOnPlane |
setColor(java.awt.Color c) |
IParticleOnPlane |
setColor(java.awt.Color c,
double alpha) |
IParticleOnPlane |
setColor(java.awt.Color c,
float alpha) |
IParticleOnPlane |
setColor(java.awt.Color c,
int alpha) |
IParticleOnPlane |
setColor(double dgray) |
IParticleOnPlane |
setColor(double dgray,
double dalpha) |
IParticleOnPlane |
setColor(double dr,
double dg,
double db) |
IParticleOnPlane |
setColor(double dr,
double dg,
double db,
double da) |
IParticleOnPlane |
setColor(float fgray) |
IParticleOnPlane |
setColor(float fgray,
float falpha) |
IParticleOnPlane |
setColor(float fr,
float fg,
float fb) |
IParticleOnPlane |
setColor(float fr,
float fg,
float fb,
float fa) |
IParticleOnPlane |
setColor(IColor c) |
IParticleOnPlane |
setColor(IColor c,
double alpha) |
IParticleOnPlane |
setColor(IColor c,
float alpha) |
IParticleOnPlane |
setColor(IColor c,
int alpha) |
IParticleOnPlane |
setColor(int gray) |
IParticleOnPlane |
setColor(int gray,
int alpha) |
IParticleOnPlane |
setColor(int r,
int g,
int b) |
IParticleOnPlane |
setColor(int r,
int g,
int b,
int a) |
IParticleOnPlane |
setHSBColor(double h,
double s,
double b) |
IParticleOnPlane |
setHSBColor(double h,
double s,
double b,
double a) |
IParticleOnPlane |
setHSBColor(float h,
float s,
float b) |
IParticleOnPlane |
setHSBColor(float h,
float s,
float b,
float a) |
IParticleOnPlane |
setSize(double sz)
methods of IPoint
|
IParticleOnPlane |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnPlane |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnPlane |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnPlane |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnPlane |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticleOnPlane |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnPlane |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticleOnPlane |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnPlane |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticleOnPlane |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnPlane |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticleOnPlane |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnPlane |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticleOnPlane |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnPlane |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticleOnPlane |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnPlane |
show() |
IParticleOnPlane |
size(double sz) |
boolean |
skipUpdateOnce()
for other agent to control particle
|
IParticleOnPlane |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticleOnPlane |
sub(double x,
double y,
double z) |
IParticleOnPlane |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnPlane |
sub(IVecI v) |
IObject |
target(int i)
get target object.
|
IParticleOnPlane |
target(IObject targetObj)
add terget object to be updated by this dynamic object.
|
int |
targetNum()
get total target number.
|
java.util.ArrayList<IObject> |
targets()
get all target objects.
|
IParticleOnPlane |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticleOnPlane |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticleOnPlane |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticleOnPlane |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticleOnPlane |
translate(double x,
double y,
double z)
alias of add()
|
IParticleOnPlane |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticleOnPlane |
translate(IVecI v)
alias of add()
|
IParticleOnPlane |
unfix()
unfix movement
|
IParticleOnPlane |
unit()
unitize
|
void |
updateTarget()
update all terget objects (should be called when the dynamic object is updated).
|
IVec |
vel()
get velocity
|
IParticleOnPlane |
vel(IVecI v)
set velocity
|
IVec |
velocity()
get velocity
|
IParticleOnPlane |
velocity(IVecI v)
set velocity
|
IParticleOnPlane |
weight(double w) |
IParticleOnPlane |
weight(float w) |
IParticleOnPlane |
x(double vx)
methods of IVecI
|
IParticleOnPlane |
x(IDoubleI vx)
setting x component
|
IParticleOnPlane |
x(IVec2I vx)
setting x component by x component of input vector
|
IParticleOnPlane |
x(IVecI vx)
setting x component by x component of input vector
|
IParticleOnPlane |
y(double vy)
setting y component
|
IParticleOnPlane |
y(IDoubleI vy)
setting y component
|
IParticleOnPlane |
y(IVec2I vy)
setting y component by y component of input vector
|
IParticleOnPlane |
y(IVecI vy)
setting y component by y component of input vector
|
IParticleOnPlane |
z(double vz)
setting z component
|
IParticleOnPlane |
z(IDoubleI vz)
setting z component
|
IParticleOnPlane |
z(IVecI vz)
setting z component by z component of input vector
|
IParticleOnPlane |
zero()
setting all zero
|
angle, angle, angle, angle, angle, angle, angle, angle, attach, attach, bisect, bisect, brep, brep, brepNum, breps, cross, cross, curve, curve, curveNum, curves, del, del, dif, dif, diff, diff, dist, dist, dist, dist, dist2, dist2, dist2, dist2, dot, dot, dot, dot, eq, eq, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, geometries, geometry, geometry, geometryNum, get, getSize, getX, getY, getZ, hideGeometry, hidePoint, isValid, len, len, len, len2, len2, len2, mesh, mesh, meshes, meshNum, mid, mid, nml, nml, nml, nml, point, point, pointNum, points, showGeometry, showPoint, size, sum, sum, sum, sum, sum, sum, sum, surface, surface, surfaceNum, surfaces, to2d, to2d, to2d, to2d, to4d, to4d, to4d, toString, x, x, x, y, y, y, z, z, zaddDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, time, time, update, updateGraphicaddUserData, addUserData, alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, brightness, castStringHashMap, clearDynamics, clearGraphics, clr, createGraphic, defaultAttribute, deleteGraphic, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, grey, greyInt, hue, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, saturation, server, setParameter, setTexture, syncColor, syncGraphic, syncVisibility, syncWeight, texture, userData, userData, userData, userDataNum, visible, weightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitangle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, dif, dif, diff, diff, dist, dist, dist, dist, dist2, dist2, dist2, dist2, dot, dot, dot, dot, eq, eq, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, sum, sum, sum, sum, sum, sum, sum, to2d, to2d, to2d, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, zpublic IParticleOnPlaneGeo particle
public IVec vel
public IVec frc
public IParticleOnPlane(IParticleOnPlaneGeo p)
public IParticleOnPlane(IParticleOnPlane p)
public void initParticleOnPlaneAgent(IVecI planeDir, IVecI planePt, IVecI pos, IVecI vel)
public void initParticleOnPlaneAgent(IVecI planeDir, IVecI planePt, IVecI pos)
public void initParticleOnPlaneAgent(IParticleOnPlaneGeo ptcl)
public IParticleOnPlane fix()
fix in interface IParticleIpublic IParticleOnPlane unfix()
IParticleIunfix in interface IParticleIpublic IParticleOnPlane skipUpdateOnce(boolean f)
IParticleIskipUpdateOnce in interface IParticleIpublic boolean skipUpdateOnce()
IParticleIskipUpdateOnce in interface IParticleIpublic boolean fixed()
IParticleIfixed in interface IParticleIpublic double mass()
IParticleImass in interface IParticleIpublic IParticleOnPlane mass(double mass)
IParticleImass in interface IParticleIpublic IVec position()
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IParticleOnPlane position(IVecI v)
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IParticleOnPlane pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleIvelocity in interface IParticleIpublic IParticleOnPlane velocity(IVecI v)
IParticleIvelocity in interface IParticleIpublic IVec vel()
IParticleIvel in interface IParticleIpublic IParticleOnPlane vel(IVecI v)
IParticleIvel in interface IParticleIpublic IVec acceleration()
IParticleIacceleration in interface IParticleIpublic IVec acc()
IParticleIacc in interface IParticleIpublic IVec force()
IParticleIforce in interface IParticleIpublic IParticleOnPlane force(IVecI v)
IParticleIforce in interface IParticleIpublic IVec frc()
IParticleIfrc in interface IParticleIpublic IParticleOnPlane frc(IVecI v)
IParticleIfrc in interface IParticleIpublic double friction()
IParticleIfriction in interface IParticleIpublic IParticleOnPlane friction(double friction)
IParticleIfriction in interface IParticleIpublic double fric()
IParticleIfric in interface IParticleIpublic IParticleOnPlane fric(double friction)
IParticleIfric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleOnPlane decay(double d)
decay in interface IParticleIpublic IParticleOnPlane push(IVecI f)
IParticleIpush in interface IParticleIpublic IParticleOnPlane push(double fx, double fy, double fz)
IParticleIpush in interface IParticleIpublic IParticleOnPlane pull(IVecI f)
IParticleIpull in interface IParticleIpublic IParticleOnPlane pull(double fx, double fy, double fz)
IParticleIpull in interface IParticleIpublic IParticleOnPlane addForce(IVecI f)
IParticleIaddForce in interface IParticleIpublic IParticleOnPlane addForce(double fx, double fy, double fz)
IParticleIaddForce in interface IParticleIpublic IParticleOnPlane reset()
IParticleIreset in interface IParticleIpublic IParticleOnPlane resetForce()
IParticleIresetForce in interface IParticleIpublic IParticleOnPlane target(IObject targetObj)
public int targetNum()
public IObject target(int i)
public java.util.ArrayList<IObject> targets()
public IParticleOnPlane removeTarget(int i)
IAgentremoveTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic IParticleOnPlane removeTarget(IObject obj)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic void updateTarget()
updateTarget in interface IDynamicsupdateTarget in interface IParticleIupdateTarget in class IAgentpublic IParticleOnPlane x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(double vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticleOnPlane z(double vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticleOnPlane x(IDoubleI vx)
IVecIx in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(IDoubleI vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticleOnPlane z(IDoubleI vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticleOnPlane x(IVecI vx)
IPointAgentx in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(IVecI vy)
IPointAgenty in interface IVecIy in class IPointAgentpublic IParticleOnPlane z(IVecI vz)
IPointAgentz in interface IVecIz in class IPointAgentpublic IParticleOnPlane x(IVec2I vx)
IPointAgentx in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(IVec2I vy)
IPointAgenty in interface IVecIy in class IPointAgentpublic IParticleOnPlane dup()
IObjectdup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleOnPlane set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IPointAgentpublic IParticleOnPlane set(double x, double y, double z)
set in interface IVecIset in class IPointAgentpublic IParticleOnPlane set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IPointAgentpublic IParticleOnPlane add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnPlane sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnPlane sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnPlane mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnPlane mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnPlane div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnPlane div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnPlane neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticleOnPlane rev()
IVecIrev in interface IVecIrev in class IPointAgentpublic IParticleOnPlane flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticleOnPlane zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IPointAgentpublic IParticleOnPlane add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane len(IDoubleI l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticleOnPlane len(double l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticleOnPlane unit()
IVecIunit in interface IVecIunit in class IPointAgentpublic IParticleOnPlane rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(IVecI axis, IVecI destDir)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(IVecI center, IVecI axis, IVecI destPt)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot2(IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(IVecI center, double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(IVecI center, IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(double centerX, double centerY, double angle)
IVecIrot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(IVecI destDir)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(IVecI center, IVecI destPt)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane scale(IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnPlane scale(double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnPlane scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnPlane scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnPlane scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IPointAgentpublic IParticleOnPlane scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane ref(IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleOnPlane ref(double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticleOnPlane ref(IVecI center, IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleOnPlane ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticleOnPlane mirror(IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticleOnPlane mirror(double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticleOnPlane mirror(IVecI center, IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticleOnPlane mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticleOnPlane shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnPlane shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnPlane shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnPlane shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnPlane shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnPlane shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnPlane shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnPlane shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnPlane shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnPlane shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnPlane shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnPlane shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnPlane shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnPlane shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnPlane shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnPlane shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnPlane translate(double x, double y, double z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnPlane translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnPlane translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnPlane transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnPlane transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnPlane transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnPlane transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnPlane mv(double x, double y, double z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnPlane mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnPlane mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnPlane cp()
IObjectcp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnPlane cp(double x, double y, double z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnPlane cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnPlane cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnPlane setSize(double sz)
setSize in class IPointAgentpublic IParticleOnPlane size(double sz)
size in class IPointAgentpublic IParticleOnPlane name(java.lang.String nm)
name in class IPointAgentpublic IParticleOnPlane layer(ILayer l)
IObjectlayer in class IPointAgentpublic IParticleOnPlane show()
show in class IPointAgentpublic IParticleOnPlane hide()
hide in class IPointAgentpublic IParticleOnPlane clr(IColor c)
IObjectclr in class IPointAgentpublic IParticleOnPlane clr(IColor c, int alpha)
IObjectclr in class IPointAgentpublic IParticleOnPlane clr(IColor c, float alpha)
IObjectclr in class IPointAgentpublic IParticleOnPlane clr(IColor c, double alpha)
IObjectclr in class IPointAgentpublic IParticleOnPlane clr(IObject o)
IObjectclr in class IPointAgentpublic IParticleOnPlane clr(java.awt.Color c)
public IParticleOnPlane clr(java.awt.Color c, int alpha)
public IParticleOnPlane clr(java.awt.Color c, float alpha)
public IParticleOnPlane clr(java.awt.Color c, double alpha)
public IParticleOnPlane clr(int gray)
clr in class IPointAgentpublic IParticleOnPlane clr(float fgray)
clr in class IPointAgentpublic IParticleOnPlane clr(double dgray)
clr in class IPointAgentpublic IParticleOnPlane clr(int gray, int alpha)
clr in class IPointAgentpublic IParticleOnPlane clr(float fgray, float falpha)
clr in class IPointAgentpublic IParticleOnPlane clr(double dgray, double dalpha)
clr in class IPointAgentpublic IParticleOnPlane clr(int r, int g, int b)
clr in class IPointAgentpublic IParticleOnPlane clr(float fr, float fg, float fb)
clr in class IPointAgentpublic IParticleOnPlane clr(double dr, double dg, double db)
clr in class IPointAgentpublic IParticleOnPlane clr(int r, int g, int b, int a)
clr in class IPointAgentpublic IParticleOnPlane clr(float fr, float fg, float fb, float fa)
clr in class IPointAgentpublic IParticleOnPlane clr(double dr, double dg, double db, double da)
clr in class IPointAgentpublic IParticleOnPlane hsb(float h, float s, float b, float a)
hsb in class IPointAgentpublic IParticleOnPlane hsb(double h, double s, double b, double a)
hsb in class IPointAgentpublic IParticleOnPlane hsb(float h, float s, float b)
hsb in class IPointAgentpublic IParticleOnPlane hsb(double h, double s, double b)
hsb in class IPointAgentpublic IParticleOnPlane setColor(IColor c)
setColor in class IPointAgentpublic IParticleOnPlane setColor(IColor c, int alpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(IColor c, float alpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(IColor c, double alpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(java.awt.Color c)
public IParticleOnPlane setColor(java.awt.Color c, int alpha)
public IParticleOnPlane setColor(java.awt.Color c, float alpha)
public IParticleOnPlane setColor(java.awt.Color c, double alpha)
public IParticleOnPlane setColor(int gray)
setColor in class IPointAgentpublic IParticleOnPlane setColor(float fgray)
setColor in class IPointAgentpublic IParticleOnPlane setColor(double dgray)
setColor in class IPointAgentpublic IParticleOnPlane setColor(int gray, int alpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(float fgray, float falpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(double dgray, double dalpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(int r, int g, int b)
setColor in class IPointAgentpublic IParticleOnPlane setColor(float fr, float fg, float fb)
setColor in class IPointAgentpublic IParticleOnPlane setColor(double dr, double dg, double db)
setColor in class IPointAgentpublic IParticleOnPlane setColor(int r, int g, int b, int a)
setColor in class IPointAgentpublic IParticleOnPlane setColor(float fr, float fg, float fb, float fa)
setColor in class IPointAgentpublic IParticleOnPlane setColor(double dr, double dg, double db, double da)
setColor in class IPointAgentpublic IParticleOnPlane setHSBColor(float h, float s, float b, float a)
setHSBColor in class IPointAgentpublic IParticleOnPlane setHSBColor(double h, double s, double b, double a)
setHSBColor in class IPointAgentpublic IParticleOnPlane setHSBColor(float h, float s, float b)
setHSBColor in class IPointAgentpublic IParticleOnPlane setHSBColor(double h, double s, double b)
setHSBColor in class IPointAgentpublic IParticleOnPlane weight(double w)
weight in class IPointAgentpublic IParticleOnPlane weight(float w)
weight in class IPointAgent