|
||||||||
| 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.IParticleOnPlane
public class IParticleOnPlane
Class of an agent with IParticleOnPlaneGeo.
| Field Summary | |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc |
IParticleOnPlaneGeo |
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 | |
|---|---|
IParticleOnPlane(IParticleOnPlane p)
|
|
IParticleOnPlane(IParticleOnPlaneGeo p)
|
|
IParticleOnPlane(IVecI planeDir,
IVecI planePt,
IVecI pos)
|
|
IParticleOnPlane(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel)
|
|
| Method Summary | |
|---|---|
IVec |
acc()
get acceleration. |
IVec |
acceleration()
get acceleration. |
IParticleOnPlane |
add(double x,
double y,
double z)
|
IParticleOnPlane |
add(double f,
IVecI v)
scale add |
IParticleOnPlane |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnPlane |
add(IDoubleI f,
IVecI v)
scale add |
IParticleOnPlane |
add(IVecI v)
|
IParticleOnPlane |
add(IVecI v,
double f)
scale add |
IParticleOnPlane |
add(IVecI v,
IDoubleI f)
scale add |
IParticleOnPlane |
addForce(double fx,
double fy,
double fz)
alias of push |
IParticleOnPlane |
addForce(IVecI f)
alias of push |
IParticleOnPlane |
clr(java.awt.Color c)
|
IParticleOnPlane |
clr(java.awt.Color c,
double alpha)
|
IParticleOnPlane |
clr(java.awt.Color c,
float alpha)
|
IParticleOnPlane |
clr(java.awt.Color c,
int alpha)
|
IParticleOnPlane |
clr(double dgray)
|
IParticleOnPlane |
clr(double dgray,
double dalpha)
|
IParticleOnPlane |
clr(double dr,
double dg,
double db)
|
IParticleOnPlane |
clr(double dr,
double dg,
double db,
double da)
|
IParticleOnPlane |
clr(float fgray)
|
IParticleOnPlane |
clr(float fgray,
float falpha)
|
IParticleOnPlane |
clr(float fr,
float fg,
float fb)
|
IParticleOnPlane |
clr(float fr,
float fg,
float fb,
float fa)
|
IParticleOnPlane |
clr(IColor c)
|
IParticleOnPlane |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten |
IParticleOnPlane |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten |
IParticleOnPlane |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten |
IParticleOnPlane |
clr(int gray)
|
IParticleOnPlane |
clr(int gray,
int alpha)
|
IParticleOnPlane |
clr(int r,
int g,
int b)
|
IParticleOnPlane |
clr(int r,
int g,
int b,
int a)
|
IParticleOnPlane |
cp()
alias of dup() |
IParticleOnPlane |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticleOnPlane |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IParticleOnPlane |
cp(IVecI v)
cp() is alias of dup().add() |
double |
decay()
|
IParticleOnPlane |
decay(double d)
|
IParticleOnPlane |
div(double v)
|
IParticleOnPlane |
div(IDoubleI v)
|
IParticleOnPlane |
dup()
duplicate object |
IParticleOnPlane |
fix()
IParticleI API |
boolean |
fixed()
check if it's fixed |
IParticleOnPlane |
flip()
alias of neg() |
IVec |
force()
get force |
IParticleOnPlane |
force(IVecI v)
set force |
IVec |
frc()
get force |
IParticleOnPlane |
frc(IVecI v)
set force |
double |
fric()
get friction |
IParticleOnPlane |
fric(double friction)
set friction |
double |
friction()
get friction |
IParticleOnPlane |
friction(double friction)
set friction |
IParticleOnPlane |
hide()
|
IParticleOnPlane |
hsb(double h,
double s,
double b)
|
IParticleOnPlane |
hsb(double h,
double s,
double b,
double a)
|
IParticleOnPlane |
hsb(float h,
float s,
float b)
|
IParticleOnPlane |
hsb(float h,
float s,
float b,
float a)
|
void |
initParticleOnPlaneAgent(IParticleOnPlaneGeo ptcl)
|
void |
initParticleOnPlaneAgent(IVecI planeDir,
IVecI planePt,
IVecI pos)
|
void |
initParticleOnPlaneAgent(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel)
|
IParticleOnPlane |
layer(ILayer l)
Set layer by ILayer object |
IParticleOnPlane |
len(double l)
setting length |
IParticleOnPlane |
len(IDoubleI l)
setting length |
double |
mass()
get mass |
IParticleOnPlane |
mass(double mass)
set mass |
IParticleOnPlane |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref |
IParticleOnPlane |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref |
IParticleOnPlane |
mirror(IVecI planeDir)
alias of ref |
IParticleOnPlane |
mirror(IVecI center,
IVecI planeDir)
alias of ref |
IParticleOnPlane |
mul(double v)
|
IParticleOnPlane |
mul(IDoubleI v)
|
IParticleOnPlane |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticleOnPlane |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IParticleOnPlane |
mv(IVecI v)
mv() is alias of add() |
IParticleOnPlane |
name(java.lang.String nm)
methods of IObject |
IParticleOnPlane |
neg()
|
IVec |
pos()
get position |
IParticleOnPlane |
pos(IVecI v)
set position |
IVec |
position()
get position |
IParticleOnPlane |
position(IVecI v)
set position |
IParticleOnPlane |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg()) |
IParticleOnPlane |
pull(IVecI f)
equivalent to push(f.dup().neg()) |
IParticleOnPlane |
push(double fx,
double fy,
double fz)
adding force to particle |
IParticleOnPlane |
push(IVecI f)
adding force to particle |
IParticleOnPlane |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleOnPlane |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleOnPlane |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleOnPlane |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleOnPlane |
removeTarget(int i)
remove target object. |
IParticleOnPlane |
removeTarget(IObject obj)
remove target object. |
IParticleOnPlane |
reset()
setting force zero |
IParticleOnPlane |
resetForce()
alias of reset |
IParticleOnPlane |
rev()
alias of neg() |
IParticleOnPlane |
rot(double angle)
rotation on XY plane |
IParticleOnPlane |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IParticleOnPlane |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IParticleOnPlane |
rot(IDoubleI angle)
rotation on XY plane |
IParticleOnPlane |
rot(IVecI axis,
double angle)
rotation around axis vector |
IParticleOnPlane |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticleOnPlane |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IParticleOnPlane |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IParticleOnPlane |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point |
IParticleOnPlane |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticleOnPlane |
rot2(double angle)
rotation on xy-plane; alias of rot(double) |
IParticleOnPlane |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticleOnPlane |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI) |
IParticleOnPlane |
rot2(IVecI destDir)
rotation on xy-plane towards destDir |
IParticleOnPlane |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticleOnPlane |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane |
IParticleOnPlane |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt |
IParticleOnPlane |
scale(double f)
alias of mul |
IParticleOnPlane |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IParticleOnPlane |
scale(IDoubleI f)
alias of mul |
IParticleOnPlane |
scale(IVecI center,
double f)
scale from a center |
IParticleOnPlane |
scale(IVecI center,
IDoubleI f)
scale from a center |
IParticleOnPlane |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IParticleOnPlane |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IParticleOnPlane |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticleOnPlane |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IParticleOnPlane |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IParticleOnPlane |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IParticleOnPlane |
set(double x,
double y,
double z)
|
IParticleOnPlane |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnPlane |
set(IVecI v)
|
IParticleOnPlane |
setColor(java.awt.Color c)
|
IParticleOnPlane |
setColor(java.awt.Color c,
double alpha)
|
IParticleOnPlane |
setColor(java.awt.Color c,
float alpha)
|
IParticleOnPlane |
setColor(java.awt.Color c,
int alpha)
|
IParticleOnPlane |
setColor(double dgray)
|
IParticleOnPlane |
setColor(double dgray,
double dalpha)
|
IParticleOnPlane |
setColor(double dr,
double dg,
double db)
|
IParticleOnPlane |
setColor(double dr,
double dg,
double db,
double da)
|
IParticleOnPlane |
setColor(float fgray)
|
IParticleOnPlane |
setColor(float fgray,
float falpha)
|
IParticleOnPlane |
setColor(float fr,
float fg,
float fb)
|
IParticleOnPlane |
setColor(float fr,
float fg,
float fb,
float fa)
|
IParticleOnPlane |
setColor(IColor c)
|
IParticleOnPlane |
setColor(IColor c,
double alpha)
|
IParticleOnPlane |
setColor(IColor c,
float alpha)
|
IParticleOnPlane |
setColor(IColor c,
int alpha)
|
IParticleOnPlane |
setColor(int gray)
|
IParticleOnPlane |
setColor(int gray,
int alpha)
|
IParticleOnPlane |
setColor(int r,
int g,
int b)
|
IParticleOnPlane |
setColor(int r,
int g,
int b,
int a)
|
IParticleOnPlane |
setHSBColor(double h,
double s,
double b)
|
IParticleOnPlane |
setHSBColor(double h,
double s,
double b,
double a)
|
IParticleOnPlane |
setHSBColor(float h,
float s,
float b)
|
IParticleOnPlane |
setHSBColor(float h,
float s,
float b,
float a)
|
IParticleOnPlane |
setSize(double sz)
methods of IPoint |
IParticleOnPlane |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleOnPlane |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleOnPlane |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleOnPlane |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleOnPlane |
shearXY(double sxy,
double syx)
shear operation on XY |
IParticleOnPlane |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleOnPlane |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IParticleOnPlane |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleOnPlane |
shearYZ(double syz,
double szy)
shear operation on YZ |
IParticleOnPlane |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleOnPlane |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IParticleOnPlane |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleOnPlane |
shearZX(double szx,
double sxz)
shear operation on ZX |
IParticleOnPlane |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleOnPlane |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IParticleOnPlane |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleOnPlane |
show()
|
IParticleOnPlane |
size(double sz)
|
boolean |
skipUpdateOnce()
for other agent to control particle |
IParticleOnPlane |
skipUpdateOnce(boolean f)
for other agent to control particle |
IParticleOnPlane |
sub(double x,
double y,
double z)
|
IParticleOnPlane |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnPlane |
sub(IVecI v)
|
IObject |
target(int i)
get target object. |
IParticleOnPlane |
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. |
IParticleOnPlane |
transform(IMatrix3I mat)
transform with a transformation matrix |
IParticleOnPlane |
transform(IMatrix4I mat)
transform with a transformation matrix |
IParticleOnPlane |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IParticleOnPlane |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IParticleOnPlane |
translate(double x,
double y,
double z)
alias of add() |
IParticleOnPlane |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IParticleOnPlane |
translate(IVecI v)
alias of add() |
IParticleOnPlane |
unfix()
unfix movement |
IParticleOnPlane |
unit()
unitize |
void |
updateTarget()
update all terget objects (should be called when the dynamic object is updated). |
IVec |
vel()
get velocity |
IParticleOnPlane |
vel(IVecI v)
set velocity |
IVec |
velocity()
get velocity |
IParticleOnPlane |
velocity(IVecI v)
set velocity |
IParticleOnPlane |
weight(double w)
|
IParticleOnPlane |
weight(float w)
|
IParticleOnPlane |
x(double vx)
methods of IVecI |
IParticleOnPlane |
x(IDoubleI vx)
setting x component |
IParticleOnPlane |
x(IVec2I vx)
setting x component by x component of input vector |
IParticleOnPlane |
x(IVecI vx)
setting x component by x component of input vector |
IParticleOnPlane |
y(double vy)
setting y component |
IParticleOnPlane |
y(IDoubleI vy)
setting y component |
IParticleOnPlane |
y(IVec2I vy)
setting y component by y component of input vector |
IParticleOnPlane |
y(IVecI vy)
setting y component by y component of input vector |
IParticleOnPlane |
z(double vz)
setting z component |
IParticleOnPlane |
z(IDoubleI vz)
setting z component |
IParticleOnPlane |
z(IVecI vz)
setting z component by z component of input vector |
IParticleOnPlane |
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 |
|---|
addUserData, addUserData, alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, castStringHashMap, clearDynamics, clearGraphics, clr, createGraphic, defaultAttribute, 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, syncVisibility, syncWeight, userData, userData, userData, userDataNum, 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, to2d, to2d, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, z |
| Field Detail |
|---|
public IParticleOnPlaneGeo particle
public IVec vel
public IVec frc
| Constructor Detail |
|---|
public IParticleOnPlane(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel)
public IParticleOnPlane(IVecI planeDir,
IVecI planePt,
IVecI pos)
public IParticleOnPlane(IParticleOnPlaneGeo p)
public IParticleOnPlane(IParticleOnPlane p)
| Method Detail |
|---|
public void initParticleOnPlaneAgent(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel)
public void initParticleOnPlaneAgent(IVecI planeDir,
IVecI planePt,
IVecI pos)
public void initParticleOnPlaneAgent(IParticleOnPlaneGeo ptcl)
public IParticleOnPlane fix()
fix in interface IParticleIpublic IParticleOnPlane unfix()
IParticleI
unfix in interface IParticleIpublic IParticleOnPlane 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 IParticleOnPlane mass(double mass)
IParticleI
mass in interface IParticleIpublic IVec position()
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IParticleOnPlane position(IVecI v)
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IParticleOnPlane pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleI
velocity in interface IParticleIpublic IParticleOnPlane velocity(IVecI v)
IParticleI
velocity in interface IParticleIpublic IVec vel()
IParticleI
vel in interface IParticleIpublic IParticleOnPlane 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 IParticleOnPlane force(IVecI v)
IParticleI
force in interface IParticleIpublic IVec frc()
IParticleI
frc in interface IParticleIpublic IParticleOnPlane frc(IVecI v)
IParticleI
frc in interface IParticleIpublic double friction()
IParticleI
friction in interface IParticleIpublic IParticleOnPlane friction(double friction)
IParticleI
friction in interface IParticleIpublic double fric()
IParticleI
fric in interface IParticleIpublic IParticleOnPlane fric(double friction)
IParticleI
fric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleOnPlane decay(double d)
decay in interface IParticleIpublic IParticleOnPlane push(IVecI f)
IParticleI
push in interface IParticleI
public IParticleOnPlane push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpublic IParticleOnPlane pull(IVecI f)
IParticleI
pull in interface IParticleI
public IParticleOnPlane pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpublic IParticleOnPlane addForce(IVecI f)
IParticleI
addForce in interface IParticleI
public IParticleOnPlane addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIpublic IParticleOnPlane reset()
IParticleI
reset in interface IParticleIpublic IParticleOnPlane resetForce()
IParticleI
resetForce in interface IParticleIpublic IParticleOnPlane 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 IParticleOnPlane removeTarget(int i)
IAgent
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic IParticleOnPlane 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 IParticleOnPlane x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(double vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticleOnPlane z(double vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticleOnPlane x(IDoubleI vx)
IVecI
x in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(IDoubleI vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticleOnPlane z(IDoubleI vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticleOnPlane x(IVecI vx)
IPointAgent
x in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(IVecI vy)
IPointAgent
y in interface IVecIy in class IPointAgentpublic IParticleOnPlane z(IVecI vz)
IPointAgent
z in interface IVecIz in class IPointAgentpublic IParticleOnPlane x(IVec2I vx)
IPointAgent
x in interface IVecIx in class IPointAgentpublic IParticleOnPlane y(IVec2I vy)
IPointAgent
y in interface IVecIy in class IPointAgentpublic IParticleOnPlane dup()
IObject
dup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleOnPlane set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IPointAgent
public IParticleOnPlane set(double x,
double y,
double z)
set in interface IVecIset in class IPointAgent
public IParticleOnPlane set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IPointAgent
public IParticleOnPlane add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnPlane add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnPlane sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgent
public IParticleOnPlane sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnPlane sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnPlane mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnPlane mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnPlane div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnPlane div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnPlane neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticleOnPlane rev()
IVecI
rev in interface IVecIrev in class IPointAgentpublic IParticleOnPlane flip()
IVecI
flip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticleOnPlane zero()
IVecI
zero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IPointAgent
public IParticleOnPlane add(IVecI v,
double f)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnPlane add(IVecI v,
IDoubleI f)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnPlane add(double f,
IVecI v)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticleOnPlane add(IDoubleI f,
IVecI v)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnPlane len(IDoubleI l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticleOnPlane len(double l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticleOnPlane unit()
IVecI
unit in interface IVecIunit in class IPointAgentpublic IParticleOnPlane rot(IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(IVecI axis,
IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(IVecI center,
IVecI axis,
IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(IVecI axis,
IVecI destDir)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticleOnPlane rot(IVecI center,
IVecI axis,
IVecI destPt)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnPlane rot2(IDoubleI angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnPlane rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnPlane rot2(IVecI center,
IDoubleI angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnPlane rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane rot2(IVecI destDir)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticleOnPlane rot2(IVecI center,
IVecI destPt)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnPlane scale(IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnPlane scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnPlane scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnPlane scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticleOnPlane scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IPointAgent
public IParticleOnPlane scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnPlane scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnPlane scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnPlane scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnPlane scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticleOnPlane scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnPlane ref(IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleOnPlane ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgent
public IParticleOnPlane ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticleOnPlane ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgentpublic IParticleOnPlane mirror(IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleOnPlane mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticleOnPlane mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticleOnPlane mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticleOnPlane shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticleOnPlane 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 IParticleOnPlane 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 IParticleOnPlane 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 IParticleOnPlane shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnPlane shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnPlane shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnPlane shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticleOnPlane shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnPlane shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnPlane shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnPlane shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticleOnPlane shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnPlane shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnPlane shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnPlane shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticleOnPlane translate(double x,
double y,
double z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgent
public IParticleOnPlane translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnPlane translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnPlane transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnPlane transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnPlane transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnPlane transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticleOnPlane mv(double x,
double y,
double z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgent
public IParticleOnPlane mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnPlane mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnPlane cp()
IObject
cp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleOnPlane cp(double x,
double y,
double z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticleOnPlane cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnPlane cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnPlane setSize(double sz)
setSize in class IPointAgentpublic IParticleOnPlane size(double sz)
size in class IPointAgentpublic IParticleOnPlane name(java.lang.String nm)
name in class IPointAgentpublic IParticleOnPlane layer(ILayer l)
IObject
layer in class IPointAgentpublic IParticleOnPlane show()
show in class IPointAgentpublic IParticleOnPlane hide()
hide in class IPointAgentpublic IParticleOnPlane clr(IColor c)
clr in class IPointAgent
public IParticleOnPlane clr(IColor c,
int alpha)
IObject
clr in class IPointAgent
public IParticleOnPlane clr(IColor c,
float alpha)
IObject
clr in class IPointAgent
public IParticleOnPlane clr(IColor c,
double alpha)
IObject
clr in class IPointAgentpublic IParticleOnPlane clr(java.awt.Color c)
clr in class IObject
public IParticleOnPlane clr(java.awt.Color c,
int alpha)
clr in class IObject
public IParticleOnPlane clr(java.awt.Color c,
float alpha)
clr in class IObject
public IParticleOnPlane clr(java.awt.Color c,
double alpha)
clr in class IObjectpublic IParticleOnPlane clr(int gray)
clr in class IPointAgentpublic IParticleOnPlane clr(float fgray)
clr in class IPointAgentpublic IParticleOnPlane clr(double dgray)
clr in class IPointAgent
public IParticleOnPlane clr(int gray,
int alpha)
clr in class IPointAgent
public IParticleOnPlane clr(float fgray,
float falpha)
clr in class IPointAgent
public IParticleOnPlane clr(double dgray,
double dalpha)
clr in class IPointAgent
public IParticleOnPlane clr(int r,
int g,
int b)
clr in class IPointAgent
public IParticleOnPlane clr(float fr,
float fg,
float fb)
clr in class IPointAgent
public IParticleOnPlane clr(double dr,
double dg,
double db)
clr in class IPointAgent
public IParticleOnPlane clr(int r,
int g,
int b,
int a)
clr in class IPointAgent
public IParticleOnPlane clr(float fr,
float fg,
float fb,
float fa)
clr in class IPointAgent
public IParticleOnPlane clr(double dr,
double dg,
double db,
double da)
clr in class IPointAgent
public IParticleOnPlane hsb(float h,
float s,
float b,
float a)
hsb in class IPointAgent
public IParticleOnPlane hsb(double h,
double s,
double b,
double a)
hsb in class IPointAgent
public IParticleOnPlane hsb(float h,
float s,
float b)
hsb in class IPointAgent
public IParticleOnPlane hsb(double h,
double s,
double b)
hsb in class IPointAgentpublic IParticleOnPlane setColor(IColor c)
setColor in class IPointAgent
public IParticleOnPlane setColor(IColor c,
int alpha)
setColor in class IPointAgent
public IParticleOnPlane setColor(IColor c,
float alpha)
setColor in class IPointAgent
public IParticleOnPlane setColor(IColor c,
double alpha)
setColor in class IPointAgentpublic IParticleOnPlane setColor(java.awt.Color c)
setColor in class IObject
public IParticleOnPlane setColor(java.awt.Color c,
int alpha)
setColor in class IObject
public IParticleOnPlane setColor(java.awt.Color c,
float alpha)
setColor in class IObject
public IParticleOnPlane setColor(java.awt.Color c,
double alpha)
setColor in class IObjectpublic IParticleOnPlane setColor(int gray)
setColor in class IPointAgentpublic IParticleOnPlane setColor(float fgray)
setColor in class IPointAgentpublic IParticleOnPlane setColor(double dgray)
setColor in class IPointAgent
public IParticleOnPlane setColor(int gray,
int alpha)
setColor in class IPointAgent
public IParticleOnPlane setColor(float fgray,
float falpha)
setColor in class IPointAgent
public IParticleOnPlane setColor(double dgray,
double dalpha)
setColor in class IPointAgent
public IParticleOnPlane setColor(int r,
int g,
int b)
setColor in class IPointAgent
public IParticleOnPlane setColor(float fr,
float fg,
float fb)
setColor in class IPointAgent
public IParticleOnPlane setColor(double dr,
double dg,
double db)
setColor in class IPointAgent
public IParticleOnPlane setColor(int r,
int g,
int b,
int a)
setColor in class IPointAgent
public IParticleOnPlane setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IPointAgent
public IParticleOnPlane setColor(double dr,
double dg,
double db,
double da)
setColor in class IPointAgent
public IParticleOnPlane setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IPointAgent
public IParticleOnPlane setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IPointAgent
public IParticleOnPlane setHSBColor(float h,
float s,
float b)
setHSBColor in class IPointAgent
public IParticleOnPlane setHSBColor(double h,
double s,
double b)
setHSBColor in class IPointAgentpublic IParticleOnPlane weight(double w)
weight in class IPointAgentpublic IParticleOnPlane weight(float w)
weight in class IPointAgent
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||