public class IParticleOnCurve extends IPointAgent implements IParticleOnCurveI
| Modifier and Type | Field and Description |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc
|
IParticleOnCurveGeo |
particle |
IVec |
vel
only to refer to particle.vel and particle.frc
|
point, pos, trackeralive, duration, interactOverridden, localDynamics, parent, targets, time| Constructor and Description |
|---|
IParticleOnCurve(ICurve curve) |
IParticleOnCurve(ICurve curve,
double upos) |
IParticleOnCurve(ICurve curve,
double upos,
double uvel) |
IParticleOnCurve(ICurve curve,
double upos,
double uvel,
IVec pos) |
IParticleOnCurve(ICurve curve,
double upos,
IVec pos) |
IParticleOnCurve(ICurveI curve) |
IParticleOnCurve(ICurveI curve,
double upos) |
IParticleOnCurve(ICurveI curve,
double upos,
double uvel) |
IParticleOnCurve(ICurveI curve,
double upos,
double uvel,
IVec pos) |
IParticleOnCurve(ICurveI curve,
double upos,
IVec pos) |
IParticleOnCurve(ICurveI curve,
IVec pos) |
IParticleOnCurve(ICurve curve,
IVec pos) |
IParticleOnCurve(IParticleOnCurve p) |
IParticleOnCurve(IParticleOnCurveGeo p) |
| Modifier and Type | Method and Description |
|---|---|
IVec |
acc()
get acceleration.
|
IVec |
acceleration()
get acceleration.
|
IParticleOnCurve |
add(double x,
double y,
double z) |
IParticleOnCurve |
add(double f,
IVecI v)
scale add
|
IParticleOnCurve |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnCurve |
add(IDoubleI f,
IVecI v)
scale add
|
IParticleOnCurve |
add(IVecI v) |
IParticleOnCurve |
add(IVecI v,
double f)
scale add
|
IParticleOnCurve |
add(IVecI v,
IDoubleI f)
scale add
|
IParticleOnCurve |
addForce(double fx,
double fy,
double fz)
alias of push
|
IParticleOnCurve |
addForce(IVecI f)
alias of push
|
IParticleOnCurve |
addUForce(double uforce) |
IParticleOnCurve |
clr(java.awt.Color c) |
IParticleOnCurve |
clr(java.awt.Color c,
double alpha) |
IParticleOnCurve |
clr(java.awt.Color c,
float alpha) |
IParticleOnCurve |
clr(java.awt.Color c,
int alpha) |
IParticleOnCurve |
clr(double dgray) |
IParticleOnCurve |
clr(double dgray,
double dalpha) |
IParticleOnCurve |
clr(double dr,
double dg,
double db) |
IParticleOnCurve |
clr(double dr,
double dg,
double db,
double da) |
IParticleOnCurve |
clr(float fgray) |
IParticleOnCurve |
clr(float fgray,
float falpha) |
IParticleOnCurve |
clr(float fr,
float fg,
float fb) |
IParticleOnCurve |
clr(float fr,
float fg,
float fb,
float fa) |
IParticleOnCurve |
clr(IColor c)
to set an object color
|
IParticleOnCurve |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten
|
IParticleOnCurve |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten
|
IParticleOnCurve |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten
|
IParticleOnCurve |
clr(int gray) |
IParticleOnCurve |
clr(int gray,
int alpha) |
IParticleOnCurve |
clr(int r,
int g,
int b) |
IParticleOnCurve |
clr(int r,
int g,
int b,
int a) |
IParticleOnCurve |
clr(IObject o)
to set the same color with the object
|
IParticleOnCurve |
cp()
alias of dup()
|
IParticleOnCurve |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticleOnCurve |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticleOnCurve |
cp(IVecI v)
cp() is alias of dup().add()
|
double |
decay() |
IParticleOnCurve |
decay(double d) |
IParticleOnCurve |
div(double v) |
IParticleOnCurve |
div(IDoubleI v) |
IParticleOnCurve |
dup()
duplicate object
|
IParticleOnCurve |
fix()
IParticleI API
|
boolean |
fixed()
check if it's fixed
|
IParticleOnCurve |
flip()
alias of neg()
|
IVec |
force()
get force
|
IParticleOnCurve |
force(IVecI v)
set force
|
IVec |
frc()
get force
|
IParticleOnCurve |
frc(IVecI v)
set force
|
double |
fric()
get friction
|
IParticleOnCurve |
fric(double friction)
set friction
|
double |
friction()
get friction
|
IParticleOnCurve |
friction(double friction)
set friction
|
IParticleOnCurve |
hide() |
IParticleOnCurve |
hsb(double h,
double s,
double b) |
IParticleOnCurve |
hsb(double h,
double s,
double b,
double a) |
IParticleOnCurve |
hsb(float h,
float s,
float b) |
IParticleOnCurve |
hsb(float h,
float s,
float b,
float a) |
void |
initParticleOnCurveAgent(ICurveI curve,
IVec pos,
double upos,
double uvel) |
void |
initParticleOnCurveAgent(ICurve curve,
IVec pos,
double upos,
double uvel) |
void |
initParticleOnCurveAgent(IParticleOnCurveGeo ptcl) |
IParticleOnCurve |
layer(ILayer l)
Set layer by ILayer object
|
IParticleOnCurve |
len(double l)
setting length
|
IParticleOnCurve |
len(IDoubleI l)
setting length
|
double |
mass()
get mass
|
IParticleOnCurve |
mass(double mass)
set mass
|
IParticleOnCurve |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticleOnCurve |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticleOnCurve |
mirror(IVecI planeDir)
alias of ref
|
IParticleOnCurve |
mirror(IVecI center,
IVecI planeDir)
alias of ref
|
IParticleOnCurve |
mul(double v) |
IParticleOnCurve |
mul(IDoubleI v) |
IParticleOnCurve |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticleOnCurve |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticleOnCurve |
mv(IVecI v)
mv() is alias of add()
|
IParticleOnCurve |
name(java.lang.String nm)
methods of IObject
|
IParticleOnCurve |
neg() |
IVec |
pos()
get position
|
IParticleOnCurve |
pos(IVecI v)
set position
|
IVec |
position()
get position
|
IParticleOnCurve |
position(IVecI v)
set position
|
IParticleOnCurve |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg())
|
IParticleOnCurve |
pull(IVecI f)
equivalent to push(f.dup().neg())
|
IParticleOnCurve |
push(double fx,
double fy,
double fz)
adding force to particle
|
IParticleOnCurve |
push(IVecI f)
adding force to particle
|
ICurveI |
railCurve()
IParticleOnCurve methods; temporarily renamed
|
IParticleOnCurve |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurve |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurve |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurve |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurve |
removeTarget(int i)
remove target object.
|
IParticleOnCurve |
removeTarget(IObject obj)
remove target object.
|
IParticleOnCurve |
reset()
setting force zero
|
IParticleOnCurve |
resetForce()
alias of reset
|
IParticleOnCurve |
resetUForce() |
IParticleOnCurve |
rev()
alias of neg()
|
IParticleOnCurve |
rot(double angle)
rotation on XY plane
|
IParticleOnCurve |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticleOnCurve |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticleOnCurve |
rot(IDoubleI angle)
rotation on XY plane
|
IParticleOnCurve |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticleOnCurve |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticleOnCurve |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector
|
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location
|
IParticleOnCurve |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticleOnCurve |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticleOnCurve |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticleOnCurve |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticleOnCurve |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticleOnCurve |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticleOnCurve |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticleOnCurve |
scale(double f)
alias of mul
|
IParticleOnCurve |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticleOnCurve |
scale(IDoubleI f)
alias of mul
|
IParticleOnCurve |
scale(IVecI center,
double f)
scale from a center
|
IParticleOnCurve |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticleOnCurve |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticleOnCurve |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticleOnCurve |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticleOnCurve |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticleOnCurve |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticleOnCurve |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticleOnCurve |
set(double x,
double y,
double z) |
IParticleOnCurve |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnCurve |
set(IVecI v) |
IParticleOnCurve |
setColor(java.awt.Color c) |
IParticleOnCurve |
setColor(java.awt.Color c,
double alpha) |
IParticleOnCurve |
setColor(java.awt.Color c,
float alpha) |
IParticleOnCurve |
setColor(java.awt.Color c,
int alpha) |
IParticleOnCurve |
setColor(double dgray) |
IParticleOnCurve |
setColor(double dgray,
double dalpha) |
IParticleOnCurve |
setColor(double dr,
double dg,
double db) |
IParticleOnCurve |
setColor(double dr,
double dg,
double db,
double da) |
IParticleOnCurve |
setColor(float fgray) |
IParticleOnCurve |
setColor(float fgray,
float falpha) |
IParticleOnCurve |
setColor(float fr,
float fg,
float fb) |
IParticleOnCurve |
setColor(float fr,
float fg,
float fb,
float fa) |
IParticleOnCurve |
setColor(IColor c) |
IParticleOnCurve |
setColor(IColor c,
double alpha) |
IParticleOnCurve |
setColor(IColor c,
float alpha) |
IParticleOnCurve |
setColor(IColor c,
int alpha) |
IParticleOnCurve |
setColor(int gray) |
IParticleOnCurve |
setColor(int gray,
int alpha) |
IParticleOnCurve |
setColor(int r,
int g,
int b) |
IParticleOnCurve |
setColor(int r,
int g,
int b,
int a) |
IParticleOnCurve |
setHSBColor(double h,
double s,
double b) |
IParticleOnCurve |
setHSBColor(double h,
double s,
double b,
double a) |
IParticleOnCurve |
setHSBColor(float h,
float s,
float b) |
IParticleOnCurve |
setHSBColor(float h,
float s,
float b,
float a) |
IParticleOnCurve |
setSize(double sz)
methods of IPoint
|
IParticleOnCurve |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnCurve |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnCurve |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnCurve |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnCurve |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticleOnCurve |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnCurve |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticleOnCurve |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnCurve |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticleOnCurve |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnCurve |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticleOnCurve |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnCurve |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticleOnCurve |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnCurve |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticleOnCurve |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnCurve |
show() |
IParticleOnCurve |
size(double sz) |
boolean |
skipUpdateOnce()
for other agent to control particle
|
IParticleOnCurve |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticleOnCurve |
sub(double x,
double y,
double z) |
IParticleOnCurve |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnCurve |
sub(IVecI v) |
IObject |
target(int i)
get target object.
|
IParticleOnCurve |
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.
|
IParticleOnCurve |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticleOnCurve |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticleOnCurve |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticleOnCurve |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticleOnCurve |
translate(double x,
double y,
double z)
alias of add()
|
IParticleOnCurve |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticleOnCurve |
translate(IVecI v)
alias of add()
|
double |
uforce() |
IParticleOnCurve |
uforce(double uf) |
double |
ufrc() |
IParticleOnCurve |
ufrc(double uf) |
IParticleOnCurve |
unfix()
unfix movement
|
IParticleOnCurve |
unit()
unitize
|
void |
updateTarget()
update all terget objects (should be called when the dynamic object is updated).
|
double |
upos() |
IParticleOnCurve |
upos(double u) |
double |
uposition() |
IParticleOnCurve |
uposition(double u) |
IParticleOnCurve |
upull(double uforce) |
IParticleOnCurve |
upush(double uforce) |
IParticleOnCurve |
ureset() |
double |
uvel() |
IParticleOnCurve |
uvel(double uv) |
double |
uvelocity() |
IParticleOnCurve |
uvelocity(double uv) |
IVec |
vel()
get velocity
|
IParticleOnCurve |
vel(IVecI v)
set velocity
|
IVec |
velocity()
get velocity
|
IParticleOnCurve |
velocity(IVecI v)
set velocity
|
IParticleOnCurve |
weight(double w) |
IParticleOnCurve |
weight(float w) |
IParticleOnCurve |
x(double vx)
methods of IVecI
|
IParticleOnCurve |
x(IDoubleI vx)
setting x component
|
IParticleOnCurve |
x(IVec2I vx)
setting x component by x component of input vector
|
IParticleOnCurve |
x(IVecI vx)
setting x component by x component of input vector
|
IParticleOnCurve |
y(double vy)
setting y component
|
IParticleOnCurve |
y(IDoubleI vy)
setting y component
|
IParticleOnCurve |
y(IVec2I vy)
setting y component by y component of input vector
|
IParticleOnCurve |
y(IVecI vy)
setting y component by y component of input vector
|
IParticleOnCurve |
z(double vz)
setting z component
|
IParticleOnCurve |
z(IDoubleI vz)
setting z component
|
IParticleOnCurve |
z(IVecI vz)
setting z component by z component of input vector
|
IParticleOnCurve |
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, waitcurveangle, 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 IParticleOnCurveGeo particle
public IVec vel
public IVec frc
public IParticleOnCurve(ICurveI curve, double upos, double uvel)
public IParticleOnCurve(ICurveI curve, double upos)
public IParticleOnCurve(ICurveI curve)
public IParticleOnCurve(ICurve curve, double upos, double uvel)
public IParticleOnCurve(ICurve curve, double upos)
public IParticleOnCurve(ICurve curve)
public IParticleOnCurve(IParticleOnCurveGeo p)
public IParticleOnCurve(IParticleOnCurve p)
public void initParticleOnCurveAgent(ICurveI curve, IVec pos, double upos, double uvel)
public void initParticleOnCurveAgent(ICurve curve, IVec pos, double upos, double uvel)
public void initParticleOnCurveAgent(IParticleOnCurveGeo ptcl)
public IParticleOnCurve fix()
fix in interface IParticleIpublic IParticleOnCurve unfix()
IParticleIunfix in interface IParticleIpublic IParticleOnCurve 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 IParticleOnCurve mass(double mass)
IParticleImass in interface IParticleIpublic IVec position()
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IParticleOnCurve position(IVecI v)
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IParticleOnCurve pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleIvelocity in interface IParticleIpublic IParticleOnCurve velocity(IVecI v)
IParticleIvelocity in interface IParticleIpublic IVec vel()
IParticleIvel in interface IParticleIpublic IParticleOnCurve 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 IParticleOnCurve force(IVecI v)
IParticleIforce in interface IParticleIpublic IVec frc()
IParticleIfrc in interface IParticleIpublic IParticleOnCurve frc(IVecI v)
IParticleIfrc in interface IParticleIpublic double friction()
IParticleIfriction in interface IParticleIpublic IParticleOnCurve friction(double friction)
IParticleIfriction in interface IParticleIpublic double fric()
IParticleIfric in interface IParticleIpublic IParticleOnCurve fric(double friction)
IParticleIfric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleOnCurve decay(double d)
decay in interface IParticleIpublic IParticleOnCurve push(IVecI f)
IParticleIpush in interface IParticleIpublic IParticleOnCurve push(double fx, double fy, double fz)
IParticleIpush in interface IParticleIpublic IParticleOnCurve pull(IVecI f)
IParticleIpull in interface IParticleIpublic IParticleOnCurve pull(double fx, double fy, double fz)
IParticleIpull in interface IParticleIpublic IParticleOnCurve addForce(IVecI f)
IParticleIaddForce in interface IParticleIpublic IParticleOnCurve addForce(double fx, double fy, double fz)
IParticleIaddForce in interface IParticleIpublic IParticleOnCurve reset()
IParticleIreset in interface IParticleIpublic IParticleOnCurve resetForce()
IParticleIresetForce in interface IParticleIpublic ICurveI railCurve()
public IParticleOnCurve uposition(double u)
uposition in interface IParticleOnCurveIpublic IParticleOnCurve upos(double u)
upos in interface IParticleOnCurveIpublic double uposition()
uposition in interface IParticleOnCurveIpublic double upos()
upos in interface IParticleOnCurveIpublic IParticleOnCurve uvelocity(double uv)
uvelocity in interface IParticleOnCurveIpublic IParticleOnCurve uvel(double uv)
uvel in interface IParticleOnCurveIpublic double uvelocity()
uvelocity in interface IParticleOnCurveIpublic double uvel()
uvel in interface IParticleOnCurveIpublic IParticleOnCurve uforce(double uf)
uforce in interface IParticleOnCurveIpublic IParticleOnCurve ufrc(double uf)
ufrc in interface IParticleOnCurveIpublic double uforce()
uforce in interface IParticleOnCurveIpublic double ufrc()
ufrc in interface IParticleOnCurveIpublic IParticleOnCurve addUForce(double uforce)
addUForce in interface IParticleOnCurveIpublic IParticleOnCurve resetUForce()
resetUForce in interface IParticleOnCurveIpublic IParticleOnCurve upush(double uforce)
upush in interface IParticleOnCurveIpublic IParticleOnCurve upull(double uforce)
upull in interface IParticleOnCurveIpublic IParticleOnCurve ureset()
ureset in interface IParticleOnCurveIpublic IParticleOnCurve target(IObject targetObj)
public int targetNum()
public IObject target(int i)
public java.util.ArrayList<IObject> targets()
public IParticleOnCurve removeTarget(int i)
IAgentremoveTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic IParticleOnCurve 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 IParticleOnCurve x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticleOnCurve y(double vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticleOnCurve z(double vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticleOnCurve x(IDoubleI vx)
IVecIx in interface IVecIx in class IPointAgentpublic IParticleOnCurve y(IDoubleI vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticleOnCurve z(IDoubleI vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticleOnCurve x(IVecI vx)
IPointAgentx in interface IVecIx in class IPointAgentpublic IParticleOnCurve y(IVecI vy)
IPointAgenty in interface IVecIy in class IPointAgentpublic IParticleOnCurve z(IVecI vz)
IPointAgentz in interface IVecIz in class IPointAgentpublic IParticleOnCurve x(IVec2I vx)
IPointAgentx in interface IVecIx in class IPointAgentpublic IParticleOnCurve y(IVec2I vy)
IPointAgenty in interface IVecIy in class IPointAgentpublic IParticleOnCurve dup()
IObjectdup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleOnCurve set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IPointAgentpublic IParticleOnCurve set(double x, double y, double z)
set in interface IVecIset in class IPointAgentpublic IParticleOnCurve set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IPointAgentpublic IParticleOnCurve add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnCurve sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnCurve sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnCurve mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnCurve mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnCurve div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnCurve div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnCurve neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticleOnCurve rev()
IVecIrev in interface IVecIrev in class IPointAgentpublic IParticleOnCurve flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticleOnCurve zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IPointAgentpublic IParticleOnCurve add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve len(IDoubleI l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticleOnCurve len(double l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticleOnCurve unit()
IVecIunit in interface IVecIunit in class IPointAgentpublic IParticleOnCurve rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(IVecI axis, IVecI destDir)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(IVecI center, IVecI axis, IVecI destPt)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot2(IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(IVecI center, double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(IVecI center, IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(double centerX, double centerY, double angle)
IVecIrot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(IVecI destDir)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(IVecI center, IVecI destPt)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve scale(IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnCurve scale(double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnCurve scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnCurve scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnCurve scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IPointAgentpublic IParticleOnCurve scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve ref(IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleOnCurve ref(double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticleOnCurve ref(IVecI center, IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleOnCurve ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticleOnCurve mirror(IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticleOnCurve mirror(double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticleOnCurve mirror(IVecI center, IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticleOnCurve mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticleOnCurve shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnCurve shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnCurve 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 IParticleOnCurve 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 IParticleOnCurve shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnCurve shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnCurve shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnCurve shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnCurve shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnCurve shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnCurve shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnCurve shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnCurve shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnCurve shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnCurve shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnCurve shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnCurve translate(double x, double y, double z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurve translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurve translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurve transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnCurve transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnCurve transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnCurve transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnCurve mv(double x, double y, double z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurve mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurve mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurve cp()
IObjectcp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurve cp(double x, double y, double z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurve cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurve cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurve setSize(double sz)
setSize in class IPointAgentpublic IParticleOnCurve size(double sz)
size in class IPointAgentpublic IParticleOnCurve name(java.lang.String nm)
name in class IPointAgentpublic IParticleOnCurve layer(ILayer l)
IObjectlayer in class IPointAgentpublic IParticleOnCurve show()
show in class IPointAgentpublic IParticleOnCurve hide()
hide in class IPointAgentpublic IParticleOnCurve clr(IColor c)
IObjectclr in class IPointAgentpublic IParticleOnCurve clr(IColor c, int alpha)
IObjectclr in class IPointAgentpublic IParticleOnCurve clr(IColor c, float alpha)
IObjectclr in class IPointAgentpublic IParticleOnCurve clr(IColor c, double alpha)
IObjectclr in class IPointAgentpublic IParticleOnCurve clr(IObject o)
IObjectclr in class IPointAgentpublic IParticleOnCurve clr(java.awt.Color c)
public IParticleOnCurve clr(java.awt.Color c, int alpha)
public IParticleOnCurve clr(java.awt.Color c, float alpha)
public IParticleOnCurve clr(java.awt.Color c, double alpha)
public IParticleOnCurve clr(int gray)
clr in class IPointAgentpublic IParticleOnCurve clr(float fgray)
clr in class IPointAgentpublic IParticleOnCurve clr(double dgray)
clr in class IPointAgentpublic IParticleOnCurve clr(int gray, int alpha)
clr in class IPointAgentpublic IParticleOnCurve clr(float fgray, float falpha)
clr in class IPointAgentpublic IParticleOnCurve clr(double dgray, double dalpha)
clr in class IPointAgentpublic IParticleOnCurve clr(int r, int g, int b)
clr in class IPointAgentpublic IParticleOnCurve clr(float fr, float fg, float fb)
clr in class IPointAgentpublic IParticleOnCurve clr(double dr, double dg, double db)
clr in class IPointAgentpublic IParticleOnCurve clr(int r, int g, int b, int a)
clr in class IPointAgentpublic IParticleOnCurve clr(float fr, float fg, float fb, float fa)
clr in class IPointAgentpublic IParticleOnCurve clr(double dr, double dg, double db, double da)
clr in class IPointAgentpublic IParticleOnCurve hsb(float h, float s, float b, float a)
hsb in class IPointAgentpublic IParticleOnCurve hsb(double h, double s, double b, double a)
hsb in class IPointAgentpublic IParticleOnCurve hsb(float h, float s, float b)
hsb in class IPointAgentpublic IParticleOnCurve hsb(double h, double s, double b)
hsb in class IPointAgentpublic IParticleOnCurve setColor(IColor c)
setColor in class IPointAgentpublic IParticleOnCurve setColor(IColor c, int alpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(IColor c, float alpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(IColor c, double alpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(java.awt.Color c)
public IParticleOnCurve setColor(java.awt.Color c, int alpha)
public IParticleOnCurve setColor(java.awt.Color c, float alpha)
public IParticleOnCurve setColor(java.awt.Color c, double alpha)
public IParticleOnCurve setColor(int gray)
setColor in class IPointAgentpublic IParticleOnCurve setColor(float fgray)
setColor in class IPointAgentpublic IParticleOnCurve setColor(double dgray)
setColor in class IPointAgentpublic IParticleOnCurve setColor(int gray, int alpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(float fgray, float falpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(double dgray, double dalpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(int r, int g, int b)
setColor in class IPointAgentpublic IParticleOnCurve setColor(float fr, float fg, float fb)
setColor in class IPointAgentpublic IParticleOnCurve setColor(double dr, double dg, double db)
setColor in class IPointAgentpublic IParticleOnCurve setColor(int r, int g, int b, int a)
setColor in class IPointAgentpublic IParticleOnCurve setColor(float fr, float fg, float fb, float fa)
setColor in class IPointAgentpublic IParticleOnCurve setColor(double dr, double dg, double db, double da)
setColor in class IPointAgentpublic IParticleOnCurve setHSBColor(float h, float s, float b, float a)
setHSBColor in class IPointAgentpublic IParticleOnCurve setHSBColor(double h, double s, double b, double a)
setHSBColor in class IPointAgentpublic IParticleOnCurve setHSBColor(float h, float s, float b)
setHSBColor in class IPointAgentpublic IParticleOnCurve setHSBColor(double h, double s, double b)
setHSBColor in class IPointAgentpublic IParticleOnCurve weight(double w)
weight in class IPointAgentpublic IParticleOnCurve weight(float w)
weight in class IPointAgent