public class IParticle extends IPointAgent implements IParticleI
| Modifier and Type | Field and Description |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc
|
IParticleGeo |
particle |
IVec |
vel
only to refer to particle.vel and particle.frc
|
point, pos, trackeralive, duration, interactOverridden, localDynamics, parent, targets, time| Constructor and Description |
|---|
IParticle() |
IParticle(double x,
double y,
double z) |
IParticle(double x,
double y,
double z,
double vx,
double vy,
double vz) |
IParticle(IGeometry... geometries) |
IParticle(IParticle p) |
IParticle(IParticleGeo ptcl) |
IParticle(IParticleGeo ptcl,
IVecI vel) |
IParticle(IParticle p,
IVecI vel) |
IParticle(IVec p) |
IParticle(IVecI p) |
IParticle(IVecI geometryOrigin,
IGeometry... geometries) |
IParticle(IVecI p,
IVecI vel) |
IParticle(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries) |
IParticle(IVec p,
IVec vel) |
| Modifier and Type | Method and Description |
|---|---|
IVec |
acc()
get acceleration.
|
IVec |
acceleration()
get acceleration.
|
IParticle |
add(double x,
double y,
double z) |
IParticle |
add(double f,
IVecI v)
scale add
|
IParticle |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticle |
add(IDoubleI f,
IVecI v)
scale add
|
IParticle |
add(IVecI v) |
IParticle |
add(IVecI v,
double f)
scale add
|
IParticle |
add(IVecI v,
IDoubleI f)
scale add
|
IParticle |
addForce(double fx,
double fy,
double fz)
alias of push
|
IParticle |
addForce(IVecI f)
alias of push
|
IParticle |
attach(IGeometry... geometries)
attach geometry object to agent to track its location.
|
IParticle |
attach(IVecI geometryOrigin,
IGeometry... geometries)
attach geometry object to agent to track its location.
|
IParticle |
attach(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
attach geometry object to agent to track its location.
|
IParticle |
clr(double dgray) |
IParticle |
clr(double dgray,
double dalpha) |
IParticle |
clr(double dr,
double dg,
double db) |
IParticle |
clr(double dr,
double dg,
double db,
double da) |
IParticle |
clr(float fgray) |
IParticle |
clr(float fgray,
float falpha) |
IParticle |
clr(float fr,
float fg,
float fb) |
IParticle |
clr(float fr,
float fg,
float fb,
float fa) |
IParticle |
clr(IColor c)
to set an object color
|
IParticle |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten
|
IParticle |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten
|
IParticle |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten
|
IParticle |
clr(int gray) |
IParticle |
clr(int gray,
int alpha) |
IParticle |
clr(int r,
int g,
int b) |
IParticle |
clr(int r,
int g,
int b,
int a) |
IParticle |
clr(IObject o)
to set the same color with the object
|
IParticle |
cp()
alias of dup()
|
IParticle |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticle |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticle |
cp(IVecI v)
cp() is alias of dup().add()
|
double |
decay() |
IParticle |
decay(double d) |
IParticle |
div(double v) |
IParticle |
div(IDoubleI v) |
IParticle |
dup()
duplicate object
|
IParticle |
fix()
IParticleI API
|
boolean |
fixed()
check if it's fixed
|
IParticle |
flip()
alias of neg()
|
IVec |
force()
get force
|
IParticle |
force(IVecI v)
set force
|
IVec |
frc()
get force
|
IParticle |
frc(IVecI v)
set force
|
double |
fric()
get friction
|
IParticle |
fric(double friction)
set friction
|
double |
friction()
get friction
|
IParticle |
friction(double friction)
set friction
|
IParticle |
hide() |
IParticle |
hideGeometry()
hide attached geometry
|
IParticle |
hidePoint() |
IParticle |
hsb(double h,
double s,
double b) |
IParticle |
hsb(double h,
double s,
double b,
double a) |
IParticle |
hsb(float h,
float s,
float b) |
IParticle |
hsb(float h,
float s,
float b,
float a) |
void |
initParticleAgent() |
void |
initParticleAgent(IParticle ptcl) |
void |
initParticleAgent(IParticleGeo ptcl) |
void |
initParticleAgent(IParticleGeo ptcl,
IVecI vel) |
void |
initParticleAgent(IVecI vel) |
IParticle |
layer(ILayer l)
Set layer by ILayer object
|
IParticle |
len(double l)
setting length
|
IParticle |
len(IDoubleI l)
setting length
|
double |
mass()
get mass
|
IParticle |
mass(double mass)
set mass
|
IParticle |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticle |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticle |
mirror(IVecI planeDir)
alias of ref
|
IParticle |
mirror(IVecI center,
IVecI planeDir)
alias of ref
|
IParticle |
mul(double v) |
IParticle |
mul(IDoubleI v) |
IParticle |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticle |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticle |
mv(IVecI v)
mv() is alias of add()
|
IParticle |
name(java.lang.String nm)
methods of IObject
|
IParticle |
neg() |
IVec |
pos()
get position
|
IParticle |
pos(IVecI v)
set position
|
IVec |
position()
get position
|
IParticle |
position(IVecI v)
set position
|
IParticle |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg())
|
IParticle |
pull(IVecI f)
equivalent to push(f.dup().neg())
|
IParticle |
push(double fx,
double fy,
double fz)
adding force to particle
|
IParticle |
push(IVecI f)
adding force to particle
|
IParticle |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticle |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticle |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticle |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticle |
removeTarget(int i)
remove target object.
|
IParticle |
removeTarget(IObject obj)
remove target object.
|
IParticle |
reset()
setting force zero
|
IParticle |
resetForce()
alias of reset
|
IParticle |
rev()
alias of neg()
|
IParticle |
rot(double angle)
rotation on XY plane
|
IParticle |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticle |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticle |
rot(IDoubleI angle)
rotation on XY plane
|
IParticle |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticle |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticle |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector
|
IParticle |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticle |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticle |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location
|
IParticle |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticle |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticle |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticle |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticle |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticle |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticle |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticle |
scale(double f)
alias of mul
|
IParticle |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticle |
scale(IDoubleI f)
alias of mul
|
IParticle |
scale(IVecI center,
double f)
scale from a center
|
IParticle |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticle |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticle |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticle |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticle |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticle |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticle |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticle |
set(double x,
double y,
double z) |
IParticle |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticle |
set(IVecI v) |
IParticle |
setColor(double dgray) |
IParticle |
setColor(double dgray,
double dalpha) |
IParticle |
setColor(double dr,
double dg,
double db) |
IParticle |
setColor(double dr,
double dg,
double db,
double da) |
IParticle |
setColor(float fgray) |
IParticle |
setColor(float fgray,
float falpha) |
IParticle |
setColor(float fr,
float fg,
float fb) |
IParticle |
setColor(float fr,
float fg,
float fb,
float fa) |
IParticle |
setColor(IColor c) |
IParticle |
setColor(IColor c,
double alpha) |
IParticle |
setColor(IColor c,
float alpha) |
IParticle |
setColor(IColor c,
int alpha) |
IParticle |
setColor(int gray) |
IParticle |
setColor(int gray,
int alpha) |
IParticle |
setColor(int r,
int g,
int b) |
IParticle |
setColor(int r,
int g,
int b,
int a) |
IParticle |
setHSBColor(double h,
double s,
double b) |
IParticle |
setHSBColor(double h,
double s,
double b,
double a) |
IParticle |
setHSBColor(float h,
float s,
float b) |
IParticle |
setHSBColor(float h,
float s,
float b,
float a) |
IParticle |
setSize(double sz)
methods of IPoint
|
IParticle |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticle |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticle |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticle |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticle |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticle |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticle |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticle |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticle |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticle |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticle |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticle |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticle |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticle |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticle |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticle |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticle |
show() |
IParticle |
showGeometry()
show attached geometry
|
IParticle |
showPoint() |
IParticle |
size(double sz) |
boolean |
skipUpdateOnce()
for other agent to control particle
|
IParticle |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticle |
sub(double x,
double y,
double z) |
IParticle |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticle |
sub(IVecI v) |
IParticle |
target(IObject targetObj)
add terget object to be updated by this dynamic object.
|
IParticle |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticle |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticle |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticle |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticle |
translate(double x,
double y,
double z)
alias of add()
|
IParticle |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticle |
translate(IVecI v)
alias of add()
|
IParticle |
unfix()
unfix movement
|
IParticle |
unit()
unitize
|
IVec |
vel()
get velocity
|
IParticle |
vel(IVecI v)
set velocity
|
IVec |
velocity()
get velocity
|
IParticle |
velocity(IVecI v)
set velocity
|
IParticle |
weight(double w) |
IParticle |
weight(float w) |
IParticle |
x(double vx)
methods of IVecI
|
IParticle |
x(IDoubleI vx)
setting x component
|
IParticle |
x(IVec2I v)
setting x component by x component of input vector
|
IParticle |
x(IVecI v)
setting x component by x component of input vector
|
IParticle |
y(double vy)
setting y component
|
IParticle |
y(IDoubleI vy)
setting y component
|
IParticle |
y(IVec2I v)
setting y component by y component of input vector
|
IParticle |
y(IVecI v)
setting y component by y component of input vector
|
IParticle |
z(double vz)
setting z component
|
IParticle |
z(IDoubleI vz)
setting z component
|
IParticle |
z(IVecI v)
setting z component by z component of input vector
|
IParticle |
zero()
setting all zero
|
angle, angle, angle, angle, angle, angle, angle, angle, 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, isValid, len, len, len, len2, len2, len2, mesh, mesh, meshes, meshNum, mid, mid, nml, nml, nml, nml, point, point, pointNum, points, size, sum, sum, sum, sum, sum, sum, sum, surface, surface, surfaceNum, surfaces, to2d, to2d, to2d, to2d, to4d, to4d, to4d, toString, x, x, x, y, y, y, z, z, zaddDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, target, targetNum, targets, time, time, update, updateGraphic, updateTargetaddUserData, addUserData, alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, brightness, castStringHashMap, clearDynamics, clearGraphics, clr, clr, clr, clr, clr, createGraphic, defaultAttribute, deleteGraphic, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, grey, greyInt, hue, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, saturation, server, setColor, setColor, setColor, setColor, setParameter, setTexture, syncColor, syncGraphic, syncVisibility, syncWeight, texture, userData, userData, userData, userDataNum, visible, weightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittarget, targetNum, targets, updateTargetangle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, dif, dif, diff, diff, dist, dist, dist, dist, dist2, dist2, dist2, dist2, dot, dot, dot, dot, eq, eq, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, sum, sum, sum, sum, sum, sum, sum, to2d, to2d, to2d, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, zpublic IParticleGeo particle
public IVec vel
public IVec frc
public IParticle()
public IParticle(double x,
double y,
double z)
public IParticle(IVec p)
public IParticle(IVecI p)
public IParticle(IParticleGeo ptcl)
public IParticle(IParticle p)
public IParticle(double x,
double y,
double z,
double vx,
double vy,
double vz)
public IParticle(IParticleGeo ptcl, IVecI vel)
public IParticle(IGeometry... geometries)
public void initParticleAgent()
public void initParticleAgent(IParticleGeo ptcl)
public void initParticleAgent(IParticle ptcl)
public void initParticleAgent(IVecI vel)
public void initParticleAgent(IParticleGeo ptcl, IVecI vel)
public IParticle fix()
fix in interface IParticleIpublic IParticle unfix()
IParticleIunfix in interface IParticleIpublic boolean fixed()
fixed in interface IParticleIpublic IParticle skipUpdateOnce(boolean f)
skipUpdateOnce in interface IParticleIpublic boolean skipUpdateOnce()
skipUpdateOnce in interface IParticleIpublic double mass()
IParticleImass in interface IParticleIpublic IParticle mass(double mass)
IParticleImass in interface IParticleIpublic IVec position()
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IParticle position(IVecI v)
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IParticle pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleIvelocity in interface IParticleIpublic IParticle velocity(IVecI v)
IParticleIvelocity in interface IParticleIpublic IVec vel()
IParticleIvel in interface IParticleIpublic IParticle vel(IVecI v)
IParticleIvel in interface IParticleIpublic IVec acceleration()
IParticleIacceleration in interface IParticleIpublic IVec acc()
IParticleIacc in interface IParticleIpublic IVec force()
IParticleIforce in interface IParticleIpublic IParticle force(IVecI v)
IParticleIforce in interface IParticleIpublic IVec frc()
IParticleIfrc in interface IParticleIpublic IParticle frc(IVecI v)
IParticleIfrc in interface IParticleIpublic double friction()
IParticleIfriction in interface IParticleIpublic IParticle friction(double friction)
IParticleIfriction in interface IParticleIpublic double fric()
IParticleIfric in interface IParticleIpublic IParticle fric(double friction)
IParticleIfric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticle decay(double d)
decay in interface IParticleIpublic IParticle push(IVecI f)
IParticleIpush in interface IParticleIpublic IParticle push(double fx, double fy, double fz)
IParticleIpush in interface IParticleIpublic IParticle pull(IVecI f)
IParticleIpull in interface IParticleIpublic IParticle pull(double fx, double fy, double fz)
IParticleIpull in interface IParticleIpublic IParticle addForce(IVecI f)
IParticleIaddForce in interface IParticleIpublic IParticle addForce(double fx, double fy, double fz)
IParticleIaddForce in interface IParticleIpublic IParticle reset()
IParticleIreset in interface IParticleIpublic IParticle resetForce()
IParticleIresetForce in interface IParticleIpublic IParticle attach(IGeometry... geometries)
attach in class IPointAgentgeometries - one or more geometry objects. object's center is moved to the agent's location.public IParticle attach(IVecI geometryOrigin, IGeometry... geometries)
attach in class IPointAgentgeometryOrigin - origin of geometry object which is moved to the agent's location.geometries - one or more geometry objects.public IParticle attach(IVecI geometryOrigin, IVecI geometryOrientation, IGeometry... geometries)
geometryOrigin - origin of geometry object which is moved to the agent's location.geometryOrientation - original orientation of geometry which is matched with particle's velocity direction; if its's null, orientatin matching is disabled.geometries - one or more geometry objects.public IParticle x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticle y(double vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticle z(double vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticle x(IDoubleI vx)
IVecIx in interface IVecIx in class IPointAgentpublic IParticle y(IDoubleI vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticle z(IDoubleI vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticle x(IVecI v)
x in interface IVecIx in class IPointAgentpublic IParticle y(IVecI v)
y in interface IVecIy in class IPointAgentpublic IParticle z(IVecI v)
z in interface IVecIz in class IPointAgentpublic IParticle x(IVec2I v)
x in interface IVecIx in class IPointAgentpublic IParticle y(IVec2I v)
y in interface IVecIy in class IPointAgentpublic IParticle dup()
IObjectdup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticle set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IPointAgentpublic IParticle set(double x, double y, double z)
set in interface IVecIset in class IPointAgentpublic IParticle set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IPointAgentpublic IParticle add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticle sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticle sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticle mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticle mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticle div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticle div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticle neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticle rev()
IVecIrev in interface IVecIrev in class IPointAgentpublic IParticle flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticle zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IPointAgentpublic IParticle add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle len(IDoubleI l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticle len(double l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticle unit()
IVecIunit in interface IVecIunit in class IPointAgentpublic IParticle rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticle rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticle rot(IVecI axis, IVecI destDir)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(IVecI center, IVecI axis, IVecI destPt)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot2(IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(IVecI center, double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(IVecI center, IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(double centerX, double centerY, double angle)
IVecIrot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(IVecI destDir)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(IVecI center, IVecI destPt)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle scale(IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticle scale(double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticle scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticle scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticle scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IPointAgentpublic IParticle scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticle scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticle scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticle scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticle scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticle scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticle ref(IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticle ref(double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticle ref(IVecI center, IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticle ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticle mirror(IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticle mirror(double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticle mirror(IVecI center, IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticle mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticle shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticle shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticle shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticle shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticle shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticle shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticle shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticle shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticle shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticle shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticle shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticle shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticle shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticle shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticle shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticle shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticle translate(double x, double y, double z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticle translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticle translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticle transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticle transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticle transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticle transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticle mv(double x, double y, double z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticle mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticle mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticle cp()
IObjectcp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticle cp(double x, double y, double z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticle cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticle cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticle setSize(double sz)
setSize in class IPointAgentpublic IParticle size(double sz)
size in class IPointAgentpublic IParticle name(java.lang.String nm)
name in class IPointAgentpublic IParticle layer(ILayer l)
IObjectlayer in class IPointAgentpublic IParticle show()
show in class IPointAgentpublic IParticle hide()
hide in class IPointAgentpublic IParticle showPoint()
showPoint in class IPointAgentpublic IParticle hidePoint()
hidePoint in class IPointAgentpublic IParticle showGeometry()
IPointAgentshowGeometry in class IPointAgentpublic IParticle hideGeometry()
IPointAgenthideGeometry in class IPointAgentpublic IParticle clr(IColor c)
IObjectclr in class IPointAgentpublic IParticle clr(IColor c, int alpha)
IObjectclr in class IPointAgentpublic IParticle clr(IColor c, float alpha)
IObjectclr in class IPointAgentpublic IParticle clr(IColor c, double alpha)
IObjectclr in class IPointAgentpublic IParticle clr(IObject o)
IObjectclr in class IPointAgentpublic IParticle clr(int gray)
clr in class IPointAgentpublic IParticle clr(float fgray)
clr in class IPointAgentpublic IParticle clr(double dgray)
clr in class IPointAgentpublic IParticle clr(int gray, int alpha)
clr in class IPointAgentpublic IParticle clr(float fgray, float falpha)
clr in class IPointAgentpublic IParticle clr(double dgray, double dalpha)
clr in class IPointAgentpublic IParticle clr(int r, int g, int b)
clr in class IPointAgentpublic IParticle clr(float fr, float fg, float fb)
clr in class IPointAgentpublic IParticle clr(double dr, double dg, double db)
clr in class IPointAgentpublic IParticle clr(int r, int g, int b, int a)
clr in class IPointAgentpublic IParticle clr(float fr, float fg, float fb, float fa)
clr in class IPointAgentpublic IParticle clr(double dr, double dg, double db, double da)
clr in class IPointAgentpublic IParticle hsb(float h, float s, float b, float a)
hsb in class IPointAgentpublic IParticle hsb(double h, double s, double b, double a)
hsb in class IPointAgentpublic IParticle hsb(float h, float s, float b)
hsb in class IPointAgentpublic IParticle hsb(double h, double s, double b)
hsb in class IPointAgentpublic IParticle setColor(IColor c)
setColor in class IPointAgentpublic IParticle setColor(IColor c, int alpha)
setColor in class IPointAgentpublic IParticle setColor(IColor c, float alpha)
setColor in class IPointAgentpublic IParticle setColor(IColor c, double alpha)
setColor in class IPointAgentpublic IParticle setColor(int gray)
setColor in class IPointAgentpublic IParticle setColor(float fgray)
setColor in class IPointAgentpublic IParticle setColor(double dgray)
setColor in class IPointAgentpublic IParticle setColor(int gray, int alpha)
setColor in class IPointAgentpublic IParticle setColor(float fgray, float falpha)
setColor in class IPointAgentpublic IParticle setColor(double dgray, double dalpha)
setColor in class IPointAgentpublic IParticle setColor(int r, int g, int b)
setColor in class IPointAgentpublic IParticle setColor(float fr, float fg, float fb)
setColor in class IPointAgentpublic IParticle setColor(double dr, double dg, double db)
setColor in class IPointAgentpublic IParticle setColor(int r, int g, int b, int a)
setColor in class IPointAgentpublic IParticle setColor(float fr, float fg, float fb, float fa)
setColor in class IPointAgentpublic IParticle setColor(double dr, double dg, double db, double da)
setColor in class IPointAgentpublic IParticle setHSBColor(float h, float s, float b, float a)
setHSBColor in class IPointAgentpublic IParticle setHSBColor(double h, double s, double b, double a)
setHSBColor in class IPointAgentpublic IParticle setHSBColor(float h, float s, float b)
setHSBColor in class IPointAgentpublic IParticle setHSBColor(double h, double s, double b)
setHSBColor in class IPointAgentpublic IParticle weight(double w)
weight in class IPointAgentpublic IParticle weight(float w)
weight in class IPointAgentpublic IParticle target(IObject targetObj)
public IParticle removeTarget(int i)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic IParticle removeTarget(IObject obj)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgent