|
|||||||||
| 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
igeo.IParticleOnCurveAgent
public class IParticleOnCurveAgent
Alias class of IParticleOnCurve for backward compatibility; Use IParticleOnCurve instead.
| Field Summary |
|---|
| Fields inherited from class igeo.IParticleOnCurve |
|---|
frc, particle, vel |
| 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 |
| 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(IParticleOnCurveGeo p)
|
|
| Method Summary | |
|---|---|
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,
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)
|
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 |
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)
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()
|
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 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 |
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)
translate() is 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 |
| Methods inherited from class igeo.IParticleOnCurve |
|---|
acc, acceleration, curve, decay, fixed, force, frc, fric, friction, initParticleOnCurveAgent, initParticleOnCurveAgent, initParticleOnCurveAgent, mass, pos, position, setColor, setColor, setColor, setColor, setColor, setColor, skipUpdateOnce, skipUpdateOnce, target, targetNum, targets, uforce, ufrc, updateTarget, upos, uposition, uvel, uvelocity, vel, velocity |
| Methods inherited from class igeo.IPointAgent |
|---|
angle, angle, angle, angle, angle, angle, angle, angle, attach, attach, bisect, bisect, cross, cross, 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, get, getSize, getX, getY, getZ, hideGeometry, hidePoint, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, showGeometry, showPoint, 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, 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, color, 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, visible, weight |
| 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 |
| 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(IParticleOnCurveGeo p)
public IParticleOnCurveAgent(IParticleOnCurve p)
| Method Detail |
|---|
public IParticleOnCurveAgent fix()
fix in interface IParticleIfix in class IParticleOnCurvepublic IParticleOnCurveAgent unfix()
IParticleI
unfix in interface IParticleIunfix in class IParticleOnCurvepublic IParticleOnCurveAgent mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticleOnCurvepublic IParticleOnCurveAgent position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticleOnCurvepublic IParticleOnCurveAgent pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticleOnCurvepublic IParticleOnCurveAgent velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticleOnCurvepublic IParticleOnCurveAgent vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticleOnCurvepublic IParticleOnCurveAgent force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticleOnCurvepublic IParticleOnCurveAgent frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticleOnCurvepublic IParticleOnCurveAgent friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticleOnCurvepublic IParticleOnCurveAgent fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticleOnCurvepublic IParticleOnCurveAgent decay(double d)
decay in interface IParticleIdecay in class IParticleOnCurvepublic IParticleOnCurveAgent push(IVecI f)
IParticleI
push in interface IParticleIpush in class IParticleOnCurve
public IParticleOnCurveAgent push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpush in class IParticleOnCurvepublic IParticleOnCurveAgent pull(IVecI f)
IParticleI
pull in interface IParticleIpull in class IParticleOnCurve
public IParticleOnCurveAgent pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpull in class IParticleOnCurvepublic IParticleOnCurveAgent addForce(IVecI f)
IParticleI
addForce in interface IParticleIaddForce in class IParticleOnCurve
public IParticleOnCurveAgent addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIaddForce in class IParticleOnCurvepublic IParticleOnCurveAgent reset()
IParticleI
reset in interface IParticleIreset in class IParticleOnCurvepublic IParticleOnCurveAgent resetForce()
IParticleI
resetForce 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)
IAgent
removeTarget 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)
IVecI
y in interface IVecIy in class IParticleOnCurvepublic IParticleOnCurveAgent z(double vz)
IVecI
z in interface IVecIz in class IParticleOnCurvepublic IParticleOnCurveAgent x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticleOnCurvepublic IParticleOnCurveAgent y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticleOnCurvepublic IParticleOnCurveAgent z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticleOnCurvepublic IParticleOnCurveAgent dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IParticleOnCurvepublic IParticleOnCurveAgent set(IVecI v)
set in interface IVecIset in class IParticleOnCurve
public IParticleOnCurveAgent set(double x,
double y,
double z)
set in interface IVecIset in class IParticleOnCurve
public IParticleOnCurveAgent set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticleOnCurve
public IParticleOnCurveAgent add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleOnCurve
public 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 ITransformableadd in interface IVecIadd in class IParticleOnCurve
public IParticleOnCurveAgent sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleOnCurve
public 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 ITransformablesub in interface IVecIsub in class IParticleOnCurvepublic IParticleOnCurveAgent mul(IDoubleI v)
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 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()
IVecI
rev in interface IVecIrev in class IParticleOnCurvepublic IParticleOnCurveAgent flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticleOnCurvepublic IParticleOnCurveAgent zero()
IVecI
zero in interface IVecIzero in class IParticleOnCurve
public IParticleOnCurveAgent add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleOnCurve
public IParticleOnCurveAgent add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleOnCurve
public IParticleOnCurveAgent add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleOnCurve
public IParticleOnCurveAgent add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleOnCurvepublic IParticleOnCurveAgent len(IDoubleI l)
IVecI
len in interface IVecIlen in class IParticleOnCurvepublic IParticleOnCurveAgent len(double l)
IVecI
len in interface IVecIlen in class IParticleOnCurvepublic IParticleOnCurveAgent unit()
IVecI
unit in interface IVecIunit in class IParticleOnCurvepublic IParticleOnCurveAgent rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurvepublic IParticleOnCurveAgent rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurve
public IParticleOnCurveAgent rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleOnCurvepublic IParticleOnCurveAgent rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleOnCurvepublic IParticleOnCurveAgent rot2(double angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleOnCurve
public IParticleOnCurveAgent rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleOnCurve
public IParticleOnCurveAgent rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleOnCurve
public IParticleOnCurveAgent rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIrot2 in class IParticleOnCurvepublic IParticleOnCurveAgent rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleOnCurve
public IParticleOnCurveAgent rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleOnCurvepublic IParticleOnCurveAgent scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IParticleOnCurvepublic IParticleOnCurveAgent scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleOnCurve
public IParticleOnCurveAgent scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleOnCurve
public IParticleOnCurveAgent scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleOnCurve
public IParticleOnCurveAgent scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticleOnCurve
public IParticleOnCurveAgent scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleOnCurve
public IParticleOnCurveAgent scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleOnCurve
public IParticleOnCurveAgent scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleOnCurve
public IParticleOnCurveAgent scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleOnCurve
public IParticleOnCurveAgent scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleOnCurve
public IParticleOnCurveAgent scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleOnCurvepublic IParticleOnCurveAgent ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IParticleOnCurve
public IParticleOnCurveAgent ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticleOnCurve
public IParticleOnCurveAgent ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IParticleOnCurve
public IParticleOnCurveAgent ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticleOnCurvepublic IParticleOnCurveAgent mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleOnCurve
public IParticleOnCurveAgent mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticleOnCurve
public IParticleOnCurveAgent mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleOnCurve
public IParticleOnCurveAgent mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticleOnCurve
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 IParticleOnCurve
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 IParticleOnCurve
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 IParticleOnCurve
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 IParticleOnCurve
public IParticleOnCurveAgent shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleOnCurve
public IParticleOnCurveAgent shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleOnCurve
public IParticleOnCurveAgent shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleOnCurve
public IParticleOnCurveAgent shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleOnCurve
public IParticleOnCurveAgent shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleOnCurve
public IParticleOnCurveAgent shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleOnCurve
public IParticleOnCurveAgent shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleOnCurve
public IParticleOnCurveAgent shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleOnCurve
public IParticleOnCurveAgent shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleOnCurve
public IParticleOnCurveAgent shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleOnCurve
public IParticleOnCurveAgent shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleOnCurve
public IParticleOnCurveAgent shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleOnCurve
public IParticleOnCurveAgent translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleOnCurve
public IParticleOnCurveAgent translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleOnCurvepublic IParticleOnCurveAgent translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleOnCurvepublic IParticleOnCurveAgent transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleOnCurvepublic IParticleOnCurveAgent transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleOnCurve
public IParticleOnCurveAgent transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleOnCurve
public IParticleOnCurveAgent transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleOnCurve
public IParticleOnCurveAgent mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IParticleOnCurve
public IParticleOnCurveAgent mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleOnCurvepublic IParticleOnCurveAgent mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleOnCurvepublic IParticleOnCurveAgent cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IParticleOnCurve
public IParticleOnCurveAgent cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IParticleOnCurve
public IParticleOnCurveAgent cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticleOnCurvepublic IParticleOnCurveAgent cp(IVecI v)
IVecI
cp 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)
IObject
layer in class IParticleOnCurvepublic IParticleOnCurveAgent show()
show in class IParticleOnCurvepublic IParticleOnCurveAgent hide()
hide in class IParticleOnCurvepublic IParticleOnCurveAgent clr(IColor c)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(IColor c,
int alpha)
IObject
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(IColor c,
float alpha)
IObject
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(IColor c,
double alpha)
IObject
clr in class IParticleOnCurvepublic IParticleOnCurveAgent clr(java.awt.Color c)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(java.awt.Color c,
int alpha)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(java.awt.Color c,
float alpha)
clr in class IParticleOnCurve
public 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 IParticleOnCurve
public IParticleOnCurveAgent clr(int gray,
int alpha)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(float fgray,
float falpha)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(double dgray,
double dalpha)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(int r,
int g,
int b)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(float fr,
float fg,
float fb)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(double dr,
double dg,
double db)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(int r,
int g,
int b,
int a)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(float fr,
float fg,
float fb,
float fa)
clr in class IParticleOnCurve
public IParticleOnCurveAgent clr(double dr,
double dg,
double db,
double da)
clr in class IParticleOnCurve
public IParticleOnCurveAgent hsb(float h,
float s,
float b,
float a)
hsb in class IParticleOnCurve
public IParticleOnCurveAgent hsb(double h,
double s,
double b,
double a)
hsb in class IParticleOnCurve
public IParticleOnCurveAgent hsb(float h,
float s,
float b)
hsb in class IParticleOnCurve
public IParticleOnCurveAgent hsb(double h,
double s,
double b)
hsb in class IParticleOnCurvepublic IParticleOnCurveAgent setColor(java.awt.Color c)
setColor in class IParticleOnCurve
public 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 IParticleOnCurve
public IParticleOnCurveAgent setColor(int gray,
int alpha)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(float fgray,
float falpha)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(double dgray,
double dalpha)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(int r,
int g,
int b)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(float fr,
float fg,
float fb)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(double dr,
double dg,
double db)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(int r,
int g,
int b,
int a)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setColor(double dr,
double dg,
double db,
double da)
setColor in class IParticleOnCurve
public IParticleOnCurveAgent setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IParticleOnCurve
public IParticleOnCurveAgent setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IParticleOnCurve
public IParticleOnCurveAgent setHSBColor(float h,
float s,
float b)
setHSBColor in class IParticleOnCurve
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||