|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IPointAgent
igeo.IParticleOnCurve
public class IParticleOnCurve
Class of an agent with IParticleOnCurveGeo.
| Field Summary | |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc |
IParticleOnCurveGeo |
particle
|
IVec |
vel
only to refer to particle.vel and particle.frc |
| Fields inherited from class igeo.IPointAgent |
|---|
point, pos, tracker |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, interactOverridden, localDynamics, parent, targets, time |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server, userData |
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
IVec |
acc()
get acceleration. |
IVec |
acceleration()
get acceleration. |
IParticleOnCurve |
add(double x,
double y,
double z)
|
IParticleOnCurve |
add(double f,
IVecI v)
scale add alias |
IParticleOnCurve |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnCurve |
add(IDoubleI f,
IVecI v)
scale add alias |
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)
|
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 |
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)
mirror is 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 around z-axis and origin |
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 |
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticleOnCurve |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IParticleOnCurve |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticleOnCurve |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IParticleOnCurve |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IParticleOnCurve |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticleOnCurve |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IParticleOnCurve |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
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)
translate() is 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 |
y(double vy)
setting y component |
IParticleOnCurve |
y(IDoubleI vy)
setting y component |
IParticleOnCurve |
z(double vz)
setting z component |
IParticleOnCurve |
z(IDoubleI vz)
setting z component |
IParticleOnCurve |
zero()
setting all zero |
| Methods inherited from class igeo.IPointAgent |
|---|
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, z |
| Methods inherited from class igeo.IAgent |
|---|
addDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, time, time, update, updateGraphic |
| Methods inherited from class igeo.IObject |
|---|
alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, clearDynamics, clearGraphics, clr, createGraphic, deleteGraphic, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, syncGraphic, syncWeight, userData, userData, visible, weight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface igeo.IParticleOnCurveI |
|---|
curve |
| Methods inherited from interface igeo.IVecI |
|---|
angle, 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, z |
| Field Detail |
|---|
public IParticleOnCurveGeo particle
public IVec vel
public IVec frc
| Constructor Detail |
|---|
public IParticleOnCurve(ICurveI curve,
double upos,
double uvel)
public IParticleOnCurve(ICurveI curve,
double upos)
public IParticleOnCurve(ICurveI curve)
public IParticleOnCurve(ICurveI curve,
double upos,
double uvel,
IVec pos)
public IParticleOnCurve(ICurveI curve,
double upos,
IVec pos)
public IParticleOnCurve(ICurveI curve,
IVec pos)
public IParticleOnCurve(ICurve curve,
double upos,
double uvel)
public IParticleOnCurve(ICurve curve,
double upos)
public IParticleOnCurve(ICurve curve)
public IParticleOnCurve(ICurve curve,
double upos,
double uvel,
IVec pos)
public IParticleOnCurve(ICurve curve,
double upos,
IVec pos)
public IParticleOnCurve(ICurve curve,
IVec pos)
public IParticleOnCurve(IParticleOnCurveGeo p)
public IParticleOnCurve(IParticleOnCurve p)
| Method Detail |
|---|
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()
IParticleI
unfix in interface IParticleIpublic IParticleOnCurve skipUpdateOnce(boolean f)
IParticleI
skipUpdateOnce in interface IParticleIpublic boolean skipUpdateOnce()
IParticleI
skipUpdateOnce in interface IParticleIpublic boolean fixed()
IParticleI
fixed in interface IParticleIpublic double mass()
IParticleI
mass in interface IParticleIpublic IParticleOnCurve mass(double mass)
IParticleI
mass in interface IParticleIpublic IVec position()
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IParticleOnCurve position(IVecI v)
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IParticleOnCurve pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleI
velocity in interface IParticleIpublic IParticleOnCurve velocity(IVecI v)
IParticleI
velocity in interface IParticleIpublic IVec vel()
IParticleI
vel in interface IParticleIpublic IParticleOnCurve vel(IVecI v)
IParticleI
vel in interface IParticleIpublic IVec acceleration()
IParticleI
acceleration in interface IParticleIpublic IVec acc()
IParticleI
acc in interface IParticleIpublic IVec force()
IParticleI
force in interface IParticleIpublic IParticleOnCurve force(IVecI v)
IParticleI
force in interface IParticleIpublic IVec frc()
IParticleI
frc in interface IParticleIpublic IParticleOnCurve frc(IVecI v)
IParticleI
frc in interface IParticleIpublic double friction()
IParticleI
friction in interface IParticleIpublic IParticleOnCurve friction(double friction)
IParticleI
friction in interface IParticleIpublic double fric()
IParticleI
fric in interface IParticleIpublic IParticleOnCurve fric(double friction)
IParticleI
fric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleOnCurve decay(double d)
decay in interface IParticleIpublic IParticleOnCurve push(IVecI f)
IParticleI
push in interface IParticleI
public IParticleOnCurve push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpublic IParticleOnCurve pull(IVecI f)
IParticleI
pull in interface IParticleI
public IParticleOnCurve pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpublic IParticleOnCurve addForce(IVecI f)
IParticleI
addForce in interface IParticleI
public IParticleOnCurve addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIpublic IParticleOnCurve reset()
IParticleI
reset in interface IParticleIpublic IParticleOnCurve resetForce()
IParticleI
resetForce 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)
target in interface IDynamicstarget in interface IParticleItarget in class IAgentpublic int targetNum()
targetNum in interface IDynamicstargetNum in interface IParticleItargetNum in class IAgentpublic IObject target(int i)
target in interface IDynamicstarget in interface IParticleItarget in class IAgentpublic java.util.ArrayList<IObject> targets()
targets in interface IDynamicstargets in interface IParticleItargets in class IAgentpublic IParticleOnCurve removeTarget(int i)
IAgent
removeTarget 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)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticleOnCurve z(double vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticleOnCurve x(IDoubleI vx)
IVecI
x in interface IVecIx in class IPointAgentpublic IParticleOnCurve y(IDoubleI vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticleOnCurve z(IDoubleI vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticleOnCurve dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleOnCurve set(IVecI v)
set in interface IVecIset in class IPointAgent
public IParticleOnCurve set(double x,
double y,
double z)
set in interface IVecIset in class IPointAgent
public IParticleOnCurve set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IPointAgent
public IParticleOnCurve add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public 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 ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurve sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgent
public 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 ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnCurve mul(IDoubleI v)
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 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()
IVecI
rev in interface IVecIrev in class IPointAgentpublic IParticleOnCurve flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticleOnCurve zero()
IVecI
zero in interface IVecIzero in class IPointAgent
public IParticleOnCurve add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurve add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurve add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurve add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurve len(IDoubleI l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticleOnCurve len(double l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticleOnCurve unit()
IVecI
unit in interface IVecIunit in class IPointAgentpublic IParticleOnCurve rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurve rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurve rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(double angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurve rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurve rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurve rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurve rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurve scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnCurve scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnCurve scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnCurve scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnCurve scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IPointAgent
public IParticleOnCurve scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurve scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurve scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurve scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurve scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurve scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurve ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleOnCurve ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgent
public IParticleOnCurve ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleOnCurve ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgentpublic IParticleOnCurve mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleOnCurve mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticleOnCurve mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleOnCurve mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticleOnCurve shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
ITransformable
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleOnCurve shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleOnCurve shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleOnCurve shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleOnCurve shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurve shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurve shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurve shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurve shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurve shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurve shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurve shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurve shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurve shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurve shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurve shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurve translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgent
public IParticleOnCurve translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurve translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurve transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnCurve transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnCurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnCurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnCurve mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IPointAgent
public IParticleOnCurve mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurve mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurve cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleOnCurve cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleOnCurve cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurve cp(IVecI v)
IVecI
cp 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)
IObject
layer in class IPointAgentpublic IParticleOnCurve show()
show in class IPointAgentpublic IParticleOnCurve hide()
hide in class IPointAgentpublic IParticleOnCurve clr(IColor c)
clr in class IPointAgent
public IParticleOnCurve clr(IColor c,
int alpha)
IObject
clr in class IPointAgent
public IParticleOnCurve clr(IColor c,
float alpha)
IObject
clr in class IPointAgent
public IParticleOnCurve clr(IColor c,
double alpha)
IObject
clr in class IPointAgentpublic IParticleOnCurve clr(java.awt.Color c)
clr in class IObject
public IParticleOnCurve clr(java.awt.Color c,
int alpha)
clr in class IObject
public IParticleOnCurve clr(java.awt.Color c,
float alpha)
clr in class IObject
public IParticleOnCurve clr(java.awt.Color c,
double alpha)
clr in class IObjectpublic IParticleOnCurve clr(int gray)
clr in class IPointAgentpublic IParticleOnCurve clr(float fgray)
clr in class IPointAgentpublic IParticleOnCurve clr(double dgray)
clr in class IPointAgent
public IParticleOnCurve clr(int gray,
int alpha)
clr in class IPointAgent
public IParticleOnCurve clr(float fgray,
float falpha)
clr in class IPointAgent
public IParticleOnCurve clr(double dgray,
double dalpha)
clr in class IPointAgent
public IParticleOnCurve clr(int r,
int g,
int b)
clr in class IPointAgent
public IParticleOnCurve clr(float fr,
float fg,
float fb)
clr in class IPointAgent
public IParticleOnCurve clr(double dr,
double dg,
double db)
clr in class IPointAgent
public IParticleOnCurve clr(int r,
int g,
int b,
int a)
clr in class IPointAgent
public IParticleOnCurve clr(float fr,
float fg,
float fb,
float fa)
clr in class IPointAgent
public IParticleOnCurve clr(double dr,
double dg,
double db,
double da)
clr in class IPointAgent
public IParticleOnCurve hsb(float h,
float s,
float b,
float a)
hsb in class IPointAgent
public IParticleOnCurve hsb(double h,
double s,
double b,
double a)
hsb in class IPointAgent
public IParticleOnCurve hsb(float h,
float s,
float b)
hsb in class IPointAgent
public IParticleOnCurve hsb(double h,
double s,
double b)
hsb in class IPointAgentpublic IParticleOnCurve setColor(IColor c)
setColor in class IPointAgent
public IParticleOnCurve setColor(IColor c,
int alpha)
setColor in class IPointAgent
public IParticleOnCurve setColor(IColor c,
float alpha)
setColor in class IPointAgent
public IParticleOnCurve setColor(IColor c,
double alpha)
setColor in class IPointAgentpublic IParticleOnCurve setColor(java.awt.Color c)
setColor in class IObject
public IParticleOnCurve setColor(java.awt.Color c,
int alpha)
setColor in class IObject
public IParticleOnCurve setColor(java.awt.Color c,
float alpha)
setColor in class IObject
public IParticleOnCurve setColor(java.awt.Color c,
double alpha)
setColor in class IObjectpublic IParticleOnCurve setColor(int gray)
setColor in class IPointAgentpublic IParticleOnCurve setColor(float fgray)
setColor in class IPointAgentpublic IParticleOnCurve setColor(double dgray)
setColor in class IPointAgent
public IParticleOnCurve setColor(int gray,
int alpha)
setColor in class IPointAgent
public IParticleOnCurve setColor(float fgray,
float falpha)
setColor in class IPointAgent
public IParticleOnCurve setColor(double dgray,
double dalpha)
setColor in class IPointAgent
public IParticleOnCurve setColor(int r,
int g,
int b)
setColor in class IPointAgent
public IParticleOnCurve setColor(float fr,
float fg,
float fb)
setColor in class IPointAgent
public IParticleOnCurve setColor(double dr,
double dg,
double db)
setColor in class IPointAgent
public IParticleOnCurve setColor(int r,
int g,
int b,
int a)
setColor in class IPointAgent
public IParticleOnCurve setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IPointAgent
public IParticleOnCurve setColor(double dr,
double dg,
double db,
double da)
setColor in class IPointAgent
public IParticleOnCurve setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IPointAgent
public IParticleOnCurve setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IPointAgent
public IParticleOnCurve setHSBColor(float h,
float s,
float b)
setHSBColor in class IPointAgent
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||