|
|||||||||
| 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.IParticleOnCurveAgent
public class IParticleOnCurveAgent
Class of an agent with IParticle.
| Field Summary | |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc |
IParticleOnCurve |
particle
|
IVec |
vel
only to refer to particle.vel and particle.frc |
| Fields inherited from class igeo.IPointAgent |
|---|
point, pos |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, localDynamics, parent, targets, time |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
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(IParticleOnCurveAgent p)
|
|
| Method Summary | |
|---|---|
IVec |
acc()
get acceleration. |
IVec |
acceleration()
get acceleration. |
IParticleOnCurveAgent |
add(double x,
double y,
double z)
|
IParticleOnCurveAgent |
add(double f,
IVecI v)
scale add alias |
IParticleOnCurveAgent |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnCurveAgent |
add(IDoubleI f,
IVecI v)
scale add alias |
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,
int alpha)
to set color, with alpha value overwritten |
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(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 |
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() |
ICurveI |
curve()
IParticleOnCurve methods |
double |
decay()
|
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 |
IVec |
force()
get force |
IParticleOnCurveAgent |
force(IVecI v)
set force |
IVec |
frc()
get force |
IParticleOnCurveAgent |
frc(IVecI v)
set force |
double |
fric()
get friction |
IParticleOnCurveAgent |
fric(double friction)
set friction |
double |
friction()
get 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)
|
void |
initParticleOnCurveAgent(ICurveI curve,
IVec pos,
double upos,
double uvel)
|
void |
initParticleOnCurveAgent(ICurve curve,
IVec pos,
double upos,
double uvel)
|
void |
initParticleOnCurveAgent(IParticleOnCurve ptcl)
|
IParticleOnCurveAgent |
layer(ILayer l)
Set layer by ILayer object |
IParticleOnCurveAgent |
len(double l)
setting length |
IParticleOnCurveAgent |
len(IDoubleI l)
setting length |
double |
mass()
get mass |
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)
mirror is 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()
|
IVec |
pos()
get position |
IParticleOnCurveAgent |
pos(IVecI v)
set position |
IVec |
position()
get 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 |
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 around z-axis and origin |
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 |
IParticleOnCurveAgent |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticleOnCurveAgent |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IParticleOnCurveAgent |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticleOnCurveAgent |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IParticleOnCurveAgent |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IParticleOnCurveAgent |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticleOnCurveAgent |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IParticleOnCurveAgent |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
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 |
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)
translate() is alias of add() |
IParticleOnCurveAgent |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IParticleOnCurveAgent |
translate(IVecI v)
alias of add() |
double |
uforce()
|
IParticleOnCurveAgent |
uforce(double uf)
|
double |
ufrc()
|
IParticleOnCurveAgent |
ufrc(double uf)
|
IParticleOnCurveAgent |
unfix()
unfix movement |
IParticleOnCurveAgent |
unit()
unitize |
double |
upos()
|
IParticleOnCurveAgent |
upos(double u)
|
double |
uposition()
|
IParticleOnCurveAgent |
uposition(double u)
|
IParticleOnCurveAgent |
upull(double uforce)
|
IParticleOnCurveAgent |
upush(double uforce)
|
IParticleOnCurveAgent |
ureset()
|
double |
uvel()
|
IParticleOnCurveAgent |
uvel(double uv)
|
double |
uvelocity()
|
IParticleOnCurveAgent |
uvelocity(double uv)
|
IVec |
vel()
get velocity |
IParticleOnCurveAgent |
vel(IVecI v)
set velocity |
IVec |
velocity()
get velocity |
IParticleOnCurveAgent |
velocity(IVecI v)
set velocity |
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 |
| Methods inherited from class igeo.IPointAgent |
|---|
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, getSize, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, size, sum, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, x, x, x, y, y, y, z, z, z |
| Methods inherited from class igeo.IAgent |
|---|
addDynamics, alive, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
| Methods inherited from class igeo.IObject |
|---|
alpha, alphaInt, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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, to4d, to4d, to4d, x, x, x, y, y, y, z, z, z |
| Field Detail |
|---|
public IParticleOnCurve particle
public IVec vel
public IVec frc
| Constructor Detail |
|---|
public 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(ICurveI curve,
double upos,
IVec pos)
public IParticleOnCurveAgent(ICurveI curve,
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(ICurve curve,
double upos,
IVec pos)
public IParticleOnCurveAgent(ICurve curve,
IVec pos)
public IParticleOnCurveAgent(IParticleOnCurve p)
public IParticleOnCurveAgent(IParticleOnCurveAgent 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(IParticleOnCurve ptcl)
public IParticleOnCurveAgent fix()
fix in interface IParticleIpublic IParticleOnCurveAgent unfix()
IParticleI
unfix in interface IParticleIpublic double mass()
IParticleI
mass in interface IParticleIpublic IParticleOnCurveAgent mass(double mass)
IParticleI
mass in interface IParticleIpublic IVec position()
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IParticleOnCurveAgent position(IVecI v)
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IParticleOnCurveAgent pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleI
velocity in interface IParticleIpublic IParticleOnCurveAgent velocity(IVecI v)
IParticleI
velocity in interface IParticleIpublic IVec vel()
IParticleI
vel in interface IParticleIpublic IParticleOnCurveAgent 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 IParticleOnCurveAgent force(IVecI v)
IParticleI
force in interface IParticleIpublic IVec frc()
IParticleI
frc in interface IParticleIpublic IParticleOnCurveAgent frc(IVecI v)
IParticleI
frc in interface IParticleIpublic double friction()
IParticleI
friction in interface IParticleIpublic IParticleOnCurveAgent friction(double friction)
IParticleI
friction in interface IParticleIpublic double fric()
IParticleI
fric in interface IParticleIpublic IParticleOnCurveAgent fric(double friction)
IParticleI
fric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleOnCurveAgent decay(double d)
decay in interface IParticleIpublic IParticleOnCurveAgent push(IVecI f)
IParticleI
push in interface IParticleI
public IParticleOnCurveAgent push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpublic IParticleOnCurveAgent pull(IVecI f)
IParticleI
pull in interface IParticleI
public IParticleOnCurveAgent pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpublic IParticleOnCurveAgent addForce(IVecI f)
IParticleI
addForce in interface IParticleI
public IParticleOnCurveAgent addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIpublic IParticleOnCurveAgent reset()
IParticleI
reset in interface IParticleIpublic IParticleOnCurveAgent resetForce()
IParticleI
resetForce in interface IParticleIpublic ICurveI curve()
curve in interface IParticleOnCurveIpublic IParticleOnCurveAgent uposition(double u)
uposition in interface IParticleOnCurveIpublic IParticleOnCurveAgent upos(double u)
upos in interface IParticleOnCurveIpublic double uposition()
uposition in interface IParticleOnCurveIpublic double upos()
upos in interface IParticleOnCurveIpublic IParticleOnCurveAgent uvelocity(double uv)
uvelocity in interface IParticleOnCurveIpublic IParticleOnCurveAgent uvel(double uv)
uvel in interface IParticleOnCurveIpublic double uvelocity()
uvelocity in interface IParticleOnCurveIpublic double uvel()
uvel in interface IParticleOnCurveIpublic IParticleOnCurveAgent uforce(double uf)
uforce in interface IParticleOnCurveIpublic IParticleOnCurveAgent ufrc(double uf)
ufrc in interface IParticleOnCurveIpublic double uforce()
uforce in interface IParticleOnCurveIpublic double ufrc()
ufrc in interface IParticleOnCurveIpublic IParticleOnCurveAgent addUForce(double uforce)
addUForce in interface IParticleOnCurveIpublic IParticleOnCurveAgent resetUForce()
resetUForce in interface IParticleOnCurveIpublic IParticleOnCurveAgent upush(double uforce)
upush in interface IParticleOnCurveIpublic IParticleOnCurveAgent upull(double uforce)
upull in interface IParticleOnCurveIpublic IParticleOnCurveAgent ureset()
ureset in interface IParticleOnCurveIpublic IParticleOnCurveAgent x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticleOnCurveAgent y(double vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticleOnCurveAgent z(double vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticleOnCurveAgent x(IDoubleI vx)
IVecI
x in interface IVecIx in class IPointAgentpublic IParticleOnCurveAgent y(IDoubleI vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticleOnCurveAgent z(IDoubleI vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticleOnCurveAgent dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleOnCurveAgent set(IVecI v)
set in interface IVecIset in class IPointAgent
public IParticleOnCurveAgent set(double x,
double y,
double z)
set in interface IVecIset in class IPointAgent
public IParticleOnCurveAgent set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IPointAgent
public IParticleOnCurveAgent add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurveAgent add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurveAgent add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurveAgent sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgent
public IParticleOnCurveAgent sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnCurveAgent sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnCurveAgent mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnCurveAgent mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnCurveAgent div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnCurveAgent div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnCurveAgent neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticleOnCurveAgent rev()
IVecI
rev in interface IVecIrev in class IPointAgentpublic IParticleOnCurveAgent flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticleOnCurveAgent zero()
IVecI
zero in interface IVecIzero in class IPointAgent
public IParticleOnCurveAgent add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurveAgent add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurveAgent add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnCurveAgent add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnCurveAgent len(IDoubleI l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticleOnCurveAgent len(double l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticleOnCurveAgent unit()
IVecI
unit in interface IVecIunit in class IPointAgentpublic IParticleOnCurveAgent rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurveAgent rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnCurveAgent rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnCurveAgent rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurveAgent rot2(double angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurveAgent rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurveAgent rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurveAgent rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurveAgent rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnCurveAgent rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnCurveAgent scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnCurveAgent scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnCurveAgent scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnCurveAgent scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnCurveAgent scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IPointAgent
public IParticleOnCurveAgent scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurveAgent scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurveAgent scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurveAgent scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurveAgent scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnCurveAgent scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnCurveAgent ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleOnCurveAgent ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgent
public IParticleOnCurveAgent ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleOnCurveAgent ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgentpublic IParticleOnCurveAgent mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleOnCurveAgent mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticleOnCurveAgent mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleOnCurveAgent mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticleOnCurveAgent 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 IParticleOnCurveAgent 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 IParticleOnCurveAgent 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 IParticleOnCurveAgent 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 IParticleOnCurveAgent shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurveAgent shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurveAgent shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurveAgent shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnCurveAgent shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurveAgent shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurveAgent shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurveAgent shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnCurveAgent shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurveAgent shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurveAgent shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurveAgent shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnCurveAgent translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgent
public IParticleOnCurveAgent translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurveAgent translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnCurveAgent transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnCurveAgent transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnCurveAgent transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnCurveAgent transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnCurveAgent mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IPointAgent
public IParticleOnCurveAgent mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurveAgent mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnCurveAgent cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleOnCurveAgent cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleOnCurveAgent cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurveAgent cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnCurveAgent setSize(double sz)
setSize in class IPointAgentpublic IParticleOnCurveAgent size(double sz)
size in class IPointAgentpublic IParticleOnCurveAgent name(java.lang.String nm)
name in class IPointAgentpublic IParticleOnCurveAgent layer(ILayer l)
IObject
layer in class IPointAgentpublic IParticleOnCurveAgent show()
show in class IPointAgentpublic IParticleOnCurveAgent hide()
hide in class IPointAgentpublic IParticleOnCurveAgent clr(java.awt.Color c)
clr in class IPointAgent
public IParticleOnCurveAgent clr(java.awt.Color c,
int alpha)
IObject
clr in class IPointAgentpublic IParticleOnCurveAgent clr(int gray)
clr in class IPointAgentpublic IParticleOnCurveAgent clr(float fgray)
clr in class IPointAgentpublic IParticleOnCurveAgent clr(double dgray)
clr in class IPointAgent
public IParticleOnCurveAgent clr(int gray,
int alpha)
clr in class IPointAgent
public IParticleOnCurveAgent clr(float fgray,
float falpha)
clr in class IPointAgent
public IParticleOnCurveAgent clr(double dgray,
double dalpha)
clr in class IPointAgent
public IParticleOnCurveAgent clr(int r,
int g,
int b)
clr in class IPointAgent
public IParticleOnCurveAgent clr(float fr,
float fg,
float fb)
clr in class IPointAgent
public IParticleOnCurveAgent clr(double dr,
double dg,
double db)
clr in class IPointAgent
public IParticleOnCurveAgent clr(int r,
int g,
int b,
int a)
clr in class IPointAgent
public IParticleOnCurveAgent clr(float fr,
float fg,
float fb,
float fa)
clr in class IPointAgent
public IParticleOnCurveAgent clr(double dr,
double dg,
double db,
double da)
clr in class IPointAgent
public IParticleOnCurveAgent hsb(float h,
float s,
float b,
float a)
hsb in class IPointAgent
public IParticleOnCurveAgent hsb(double h,
double s,
double b,
double a)
hsb in class IPointAgent
public IParticleOnCurveAgent hsb(float h,
float s,
float b)
hsb in class IPointAgent
public IParticleOnCurveAgent hsb(double h,
double s,
double b)
hsb in class IPointAgentpublic IParticleOnCurveAgent setColor(java.awt.Color c)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(java.awt.Color c,
int alpha)
setColor in class IPointAgentpublic IParticleOnCurveAgent setColor(int gray)
setColor in class IPointAgentpublic IParticleOnCurveAgent setColor(float fgray)
setColor in class IPointAgentpublic IParticleOnCurveAgent setColor(double dgray)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(int gray,
int alpha)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(float fgray,
float falpha)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(double dgray,
double dalpha)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(int r,
int g,
int b)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(float fr,
float fg,
float fb)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(double dr,
double dg,
double db)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(int r,
int g,
int b,
int a)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IPointAgent
public IParticleOnCurveAgent setColor(double dr,
double dg,
double db,
double da)
setColor in class IPointAgent
public IParticleOnCurveAgent setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IPointAgent
public IParticleOnCurveAgent setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IPointAgent
public IParticleOnCurveAgent setHSBColor(float h,
float s,
float b)
setHSBColor in class IPointAgent
public IParticleOnCurveAgent setHSBColor(double h,
double s,
double b)
setHSBColor in class IPointAgent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||