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