public class IParticleOnSurface extends IPointAgent implements IParticleOnSurfaceI
Modifier and Type | Field and Description |
---|---|
IVec |
frc
only to refer to particle.vel and particle.frc
|
IParticleOnSurfaceGeo |
particle |
IVec |
vel
only to refer to particle.vel and particle.frc
|
point, pos, tracker
alive, duration, interactOverridden, localDynamics, parent, targets, time
Constructor and Description |
---|
IParticleOnSurface(IParticleOnSurface p) |
IParticleOnSurface(IParticleOnSurfaceGeo p) |
IParticleOnSurface(ISurface srf) |
IParticleOnSurface(ISurface srf,
double upos,
double vpos) |
IParticleOnSurface(ISurface srf,
double upos,
double vpos,
double uvel,
double vvel) |
IParticleOnSurface(ISurface srf,
double upos,
double vpos,
double uvel,
double vvel,
IVec pos) |
IParticleOnSurface(ISurface srf,
double upos,
double vpos,
IVec pos) |
IParticleOnSurface(ISurfaceI srf) |
IParticleOnSurface(ISurfaceI srf,
double upos,
double vpos) |
IParticleOnSurface(ISurfaceI srf,
double upos,
double vpos,
double uvel,
double vvel) |
IParticleOnSurface(ISurfaceI srf,
double upos,
double vpos,
double uvel,
double vvel,
IVec pos) |
IParticleOnSurface(ISurfaceI srf,
double upos,
double vpos,
IVec pos) |
IParticleOnSurface(ISurfaceI srf,
IVec pos) |
IParticleOnSurface(ISurface srf,
IVec pos) |
Modifier and Type | Method and Description |
---|---|
IVec |
acc()
get acceleration.
|
IVec |
acceleration()
get acceleration.
|
IParticleOnSurface |
add(double x,
double y,
double z) |
IParticleOnSurface |
add(double f,
IVecI v)
scale add
|
IParticleOnSurface |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnSurface |
add(IDoubleI f,
IVecI v)
scale add
|
IParticleOnSurface |
add(IVecI v) |
IParticleOnSurface |
add(IVecI v,
double f)
scale add
|
IParticleOnSurface |
add(IVecI v,
IDoubleI f)
scale add
|
IParticleOnSurface |
addForce(double fx,
double fy,
double fz)
alias of push
|
IParticleOnSurface |
addForce(IVecI f)
alias of push
|
IParticleOnSurface |
addUVForce(double ufrc,
double vfrc) |
ISurfaceI |
baseSurface() |
IParticleOnSurface |
clr(java.awt.Color c) |
IParticleOnSurface |
clr(java.awt.Color c,
double alpha) |
IParticleOnSurface |
clr(java.awt.Color c,
float alpha) |
IParticleOnSurface |
clr(java.awt.Color c,
int alpha) |
IParticleOnSurface |
clr(double dgray) |
IParticleOnSurface |
clr(double dgray,
double dalpha) |
IParticleOnSurface |
clr(double dr,
double dg,
double db) |
IParticleOnSurface |
clr(double dr,
double dg,
double db,
double da) |
IParticleOnSurface |
clr(float fgray) |
IParticleOnSurface |
clr(float fgray,
float falpha) |
IParticleOnSurface |
clr(float fr,
float fg,
float fb) |
IParticleOnSurface |
clr(float fr,
float fg,
float fb,
float fa) |
IParticleOnSurface |
clr(IColor c)
to set an object color
|
IParticleOnSurface |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten
|
IParticleOnSurface |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten
|
IParticleOnSurface |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten
|
IParticleOnSurface |
clr(int gray) |
IParticleOnSurface |
clr(int gray,
int alpha) |
IParticleOnSurface |
clr(int r,
int g,
int b) |
IParticleOnSurface |
clr(int r,
int g,
int b,
int a) |
IParticleOnSurface |
clr(IObject o)
to set the same color with the object
|
IParticleOnSurface |
cp()
alias of dup()
|
IParticleOnSurface |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticleOnSurface |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticleOnSurface |
cp(IVecI v)
cp() is alias of dup().add()
|
double |
decay() |
IParticleOnSurface |
decay(double d) |
IParticleOnSurface |
div(double v) |
IParticleOnSurface |
div(IDoubleI v) |
IParticleOnSurface |
dup()
duplicate object
|
IParticleOnSurface |
fix()
IParticleI API
|
boolean |
fixed()
check if it's fixed
|
IParticleOnSurface |
fixU() |
IParticleOnSurface |
fixV() |
IParticleOnSurface |
flip()
alias of neg()
|
IVec |
force()
get force
|
IParticleOnSurface |
force(IVecI v)
set force
|
IVec |
frc()
get force
|
IParticleOnSurface |
frc(IVecI v)
set force
|
double |
fric()
get friction
|
IParticleOnSurface |
fric(double friction)
set friction
|
double |
friction()
get friction
|
IParticleOnSurface |
friction(double friction)
set friction
|
IParticleOnSurface |
hide() |
IParticleOnSurface |
hsb(double h,
double s,
double b) |
IParticleOnSurface |
hsb(double h,
double s,
double b,
double a) |
IParticleOnSurface |
hsb(float h,
float s,
float b) |
IParticleOnSurface |
hsb(float h,
float s,
float b,
float a) |
void |
initParticleOnSurfaceAgent(IParticleOnSurfaceGeo ptcl) |
void |
initParticleOnSurfaceAgent(ISurfaceI srf,
IVec pos,
double upos,
double vpos,
double uvel,
double vvel) |
void |
initParticleOnSurfaceAgent(ISurface srf,
IVec pos,
double upos,
double vpos,
double uvel,
double vvel) |
IParticleOnSurface |
layer(ILayer l)
Set layer by ILayer object
|
IParticleOnSurface |
len(double l)
setting length
|
IParticleOnSurface |
len(IDoubleI l)
setting length
|
double |
mass()
get mass
|
IParticleOnSurface |
mass(double mass)
set mass
|
IParticleOnSurface |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticleOnSurface |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref
|
IParticleOnSurface |
mirror(IVecI planeDir)
alias of ref
|
IParticleOnSurface |
mirror(IVecI center,
IVecI planeDir)
alias of ref
|
IParticleOnSurface |
mul(double v) |
IParticleOnSurface |
mul(IDoubleI v) |
IParticleOnSurface |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticleOnSurface |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticleOnSurface |
mv(IVecI v)
mv() is alias of add()
|
IParticleOnSurface |
name(java.lang.String nm)
methods of IObject
|
IParticleOnSurface |
neg() |
IVec |
pos()
get position
|
IParticleOnSurface |
pos(IVecI v)
set position
|
IVec |
position()
get position
|
IParticleOnSurface |
position(IVecI v)
set position
|
IParticleOnSurface |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg())
|
IParticleOnSurface |
pull(IVecI f)
equivalent to push(f.dup().neg())
|
IParticleOnSurface |
push(double fx,
double fy,
double fz)
adding force to particle
|
IParticleOnSurface |
push(IVecI f)
adding force to particle
|
IParticleOnSurface |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurface |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurface |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurface |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurface |
removeTarget(int i)
remove target object.
|
IParticleOnSurface |
removeTarget(IObject obj)
remove target object.
|
IParticleOnSurface |
reset()
setting force zero
|
IParticleOnSurface |
resetForce()
alias of reset
|
IParticleOnSurface |
resetUVForce() |
IParticleOnSurface |
rev()
alias of neg()
|
IParticleOnSurface |
rot(double angle)
rotation on XY plane
|
IParticleOnSurface |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticleOnSurface |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticleOnSurface |
rot(IDoubleI angle)
rotation on XY plane
|
IParticleOnSurface |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticleOnSurface |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticleOnSurface |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector
|
IParticleOnSurface |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticleOnSurface |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticleOnSurface |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location
|
IParticleOnSurface |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticleOnSurface |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticleOnSurface |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticleOnSurface |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticleOnSurface |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticleOnSurface |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticleOnSurface |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticleOnSurface |
scale(double f)
alias of mul
|
IParticleOnSurface |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticleOnSurface |
scale(IDoubleI f)
alias of mul
|
IParticleOnSurface |
scale(IVecI center,
double f)
scale from a center
|
IParticleOnSurface |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticleOnSurface |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticleOnSurface |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticleOnSurface |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticleOnSurface |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticleOnSurface |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticleOnSurface |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticleOnSurface |
set(double x,
double y,
double z) |
IParticleOnSurface |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnSurface |
set(IVecI v) |
IParticleOnSurface |
setColor(java.awt.Color c) |
IParticleOnSurface |
setColor(java.awt.Color c,
double alpha) |
IParticleOnSurface |
setColor(java.awt.Color c,
float alpha) |
IParticleOnSurface |
setColor(java.awt.Color c,
int alpha) |
IParticleOnSurface |
setColor(double dgray) |
IParticleOnSurface |
setColor(double dgray,
double dalpha) |
IParticleOnSurface |
setColor(double dr,
double dg,
double db) |
IParticleOnSurface |
setColor(double dr,
double dg,
double db,
double da) |
IParticleOnSurface |
setColor(float fgray) |
IParticleOnSurface |
setColor(float fgray,
float falpha) |
IParticleOnSurface |
setColor(float fr,
float fg,
float fb) |
IParticleOnSurface |
setColor(float fr,
float fg,
float fb,
float fa) |
IParticleOnSurface |
setColor(IColor c) |
IParticleOnSurface |
setColor(IColor c,
double alpha) |
IParticleOnSurface |
setColor(IColor c,
float alpha) |
IParticleOnSurface |
setColor(IColor c,
int alpha) |
IParticleOnSurface |
setColor(int gray) |
IParticleOnSurface |
setColor(int gray,
int alpha) |
IParticleOnSurface |
setColor(int r,
int g,
int b) |
IParticleOnSurface |
setColor(int r,
int g,
int b,
int a) |
IParticleOnSurface |
setHSBColor(double h,
double s,
double b) |
IParticleOnSurface |
setHSBColor(double h,
double s,
double b,
double a) |
IParticleOnSurface |
setHSBColor(float h,
float s,
float b) |
IParticleOnSurface |
setHSBColor(float h,
float s,
float b,
float a) |
IParticleOnSurface |
setSize(double sz)
methods of IPoint
|
IParticleOnSurface |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnSurface |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnSurface |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnSurface |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnSurface |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticleOnSurface |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnSurface |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticleOnSurface |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnSurface |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticleOnSurface |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnSurface |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticleOnSurface |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnSurface |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticleOnSurface |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnSurface |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticleOnSurface |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnSurface |
show() |
IParticleOnSurface |
size(double sz) |
boolean |
skipUpdateOnce()
for other agent to control particle
|
IParticleOnSurface |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticleOnSurface |
sub(double x,
double y,
double z) |
IParticleOnSurface |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnSurface |
sub(IVecI v) |
IObject |
target(int i)
get target object.
|
IParticleOnSurface |
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.
|
IParticleOnSurface |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticleOnSurface |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticleOnSurface |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticleOnSurface |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticleOnSurface |
translate(double x,
double y,
double z)
alias of add()
|
IParticleOnSurface |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticleOnSurface |
translate(IVecI v)
alias of add()
|
boolean |
uFixed() |
IParticleOnSurface |
unfix()
unfix movement
|
IParticleOnSurface |
unfixU() |
IParticleOnSurface |
unfixV() |
IParticleOnSurface |
unit()
unitize
|
void |
updateTarget()
update all terget objects (should be called when the dynamic object is updated).
|
IVec2 |
uv() |
IParticleOnSurface |
uv(double u,
double v) |
IVec2 |
uvfrc() |
IParticleOnSurface |
uvfrc(double ufrc,
double vfrc) |
IParticleOnSurface |
uvpull(double ufrc,
double vfrc) |
IParticleOnSurface |
uvpush(double ufrc,
double vfrc) |
IParticleOnSurface |
uvreset() |
IVec2 |
uvvel() |
IParticleOnSurface |
uvvel(double uvel,
double vvel) |
IVec |
vel()
get velocity
|
IParticleOnSurface |
vel(IVecI v)
set velocity
|
IVec |
velocity()
get velocity
|
IParticleOnSurface |
velocity(IVecI v)
set velocity
|
boolean |
vFixed() |
IParticleOnSurface |
weight(double w) |
IParticleOnSurface |
weight(float w) |
IParticleOnSurface |
x(double vx)
methods of IVecI
|
IParticleOnSurface |
x(IDoubleI vx)
setting x component
|
IParticleOnSurface |
x(IVec2I vx)
setting x component by x component of input vector
|
IParticleOnSurface |
x(IVecI vx)
setting x component by x component of input vector
|
IParticleOnSurface |
y(double vy)
setting y component
|
IParticleOnSurface |
y(IDoubleI vy)
setting y component
|
IParticleOnSurface |
y(IVec2I vy)
setting y component by y component of input vector
|
IParticleOnSurface |
y(IVecI vy)
setting y component by y component of input vector
|
IParticleOnSurface |
z(double vz)
setting z component
|
IParticleOnSurface |
z(IDoubleI vz)
setting z component
|
IParticleOnSurface |
z(IVecI vz)
setting z component by z component of input vector
|
IParticleOnSurface |
zero()
setting all zero
|
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
addDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, time, time, update, updateGraphic
addUserData, addUserData, alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, brightness, castStringHashMap, clearDynamics, clearGraphics, 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, setParameter, setTexture, syncColor, syncGraphic, syncVisibility, syncWeight, texture, userData, userData, userData, userDataNum, visible, weight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
surface
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
public IParticleOnSurfaceGeo particle
public IVec vel
public IVec frc
public IParticleOnSurface(ISurfaceI srf, double upos, double vpos, double uvel, double vvel)
public IParticleOnSurface(ISurfaceI srf, double upos, double vpos)
public IParticleOnSurface(ISurfaceI srf)
public IParticleOnSurface(ISurfaceI srf, double upos, double vpos, double uvel, double vvel, IVec pos)
public IParticleOnSurface(ISurface srf, double upos, double vpos, double uvel, double vvel)
public IParticleOnSurface(ISurface srf, double upos, double vpos)
public IParticleOnSurface(ISurface srf)
public IParticleOnSurface(ISurface srf, double upos, double vpos, double uvel, double vvel, IVec pos)
public IParticleOnSurface(IParticleOnSurfaceGeo p)
public IParticleOnSurface(IParticleOnSurface p)
public void initParticleOnSurfaceAgent(ISurfaceI srf, IVec pos, double upos, double vpos, double uvel, double vvel)
public void initParticleOnSurfaceAgent(ISurface srf, IVec pos, double upos, double vpos, double uvel, double vvel)
public void initParticleOnSurfaceAgent(IParticleOnSurfaceGeo ptcl)
public IParticleOnSurface fix()
fix
in interface IParticleI
public IParticleOnSurface unfix()
IParticleI
unfix
in interface IParticleI
public IParticleOnSurface skipUpdateOnce(boolean f)
IParticleI
skipUpdateOnce
in interface IParticleI
public boolean skipUpdateOnce()
IParticleI
skipUpdateOnce
in interface IParticleI
public boolean fixed()
IParticleI
fixed
in interface IParticleI
public double mass()
IParticleI
mass
in interface IParticleI
public IParticleOnSurface mass(double mass)
IParticleI
mass
in interface IParticleI
public IVec position()
IParticleI
position
in interface IParticleI
position
in class IPointAgent
public IParticleOnSurface position(IVecI v)
IParticleI
position
in interface IParticleI
position
in class IPointAgent
public IVec pos()
IParticleI
pos
in interface IParticleI
pos
in class IPointAgent
public IParticleOnSurface pos(IVecI v)
IParticleI
pos
in interface IParticleI
pos
in class IPointAgent
public IVec velocity()
IParticleI
velocity
in interface IParticleI
public IParticleOnSurface velocity(IVecI v)
IParticleI
velocity
in interface IParticleI
public IVec vel()
IParticleI
vel
in interface IParticleI
public IParticleOnSurface vel(IVecI v)
IParticleI
vel
in interface IParticleI
public IVec acceleration()
IParticleI
acceleration
in interface IParticleI
public IVec acc()
IParticleI
acc
in interface IParticleI
public IVec force()
IParticleI
force
in interface IParticleI
public IParticleOnSurface force(IVecI v)
IParticleI
force
in interface IParticleI
public IVec frc()
IParticleI
frc
in interface IParticleI
public IParticleOnSurface frc(IVecI v)
IParticleI
frc
in interface IParticleI
public double friction()
IParticleI
friction
in interface IParticleI
public IParticleOnSurface friction(double friction)
IParticleI
friction
in interface IParticleI
public double fric()
IParticleI
fric
in interface IParticleI
public IParticleOnSurface fric(double friction)
IParticleI
fric
in interface IParticleI
public double decay()
decay
in interface IParticleI
public IParticleOnSurface decay(double d)
decay
in interface IParticleI
public IParticleOnSurface push(IVecI f)
IParticleI
push
in interface IParticleI
public IParticleOnSurface push(double fx, double fy, double fz)
IParticleI
push
in interface IParticleI
public IParticleOnSurface pull(IVecI f)
IParticleI
pull
in interface IParticleI
public IParticleOnSurface pull(double fx, double fy, double fz)
IParticleI
pull
in interface IParticleI
public IParticleOnSurface addForce(IVecI f)
IParticleI
addForce
in interface IParticleI
public IParticleOnSurface addForce(double fx, double fy, double fz)
IParticleI
addForce
in interface IParticleI
public IParticleOnSurface reset()
IParticleI
reset
in interface IParticleI
public IParticleOnSurface resetForce()
IParticleI
resetForce
in interface IParticleI
public ISurfaceI baseSurface()
public IParticleOnSurface uv(double u, double v)
uv
in interface IParticleOnSurfaceI
public IVec2 uv()
uv
in interface IParticleOnSurfaceI
public IParticleOnSurface uvvel(double uvel, double vvel)
uvvel
in interface IParticleOnSurfaceI
public IVec2 uvvel()
uvvel
in interface IParticleOnSurfaceI
public IParticleOnSurface uvfrc(double ufrc, double vfrc)
uvfrc
in interface IParticleOnSurfaceI
public IVec2 uvfrc()
uvfrc
in interface IParticleOnSurfaceI
public IParticleOnSurface addUVForce(double ufrc, double vfrc)
addUVForce
in interface IParticleOnSurfaceI
public IParticleOnSurface resetUVForce()
resetUVForce
in interface IParticleOnSurfaceI
public IParticleOnSurface uvpush(double ufrc, double vfrc)
uvpush
in interface IParticleOnSurfaceI
public IParticleOnSurface uvpull(double ufrc, double vfrc)
uvpull
in interface IParticleOnSurfaceI
public IParticleOnSurface uvreset()
uvreset
in interface IParticleOnSurfaceI
public IParticleOnSurface fixU()
fixU
in interface IParticleOnSurfaceI
public IParticleOnSurface fixV()
fixV
in interface IParticleOnSurfaceI
public IParticleOnSurface unfixU()
unfixU
in interface IParticleOnSurfaceI
public IParticleOnSurface unfixV()
unfixV
in interface IParticleOnSurfaceI
public boolean uFixed()
uFixed
in interface IParticleOnSurfaceI
public boolean vFixed()
vFixed
in interface IParticleOnSurfaceI
public IParticleOnSurface target(IObject targetObj)
public int targetNum()
public IObject target(int i)
public java.util.ArrayList<IObject> targets()
public IParticleOnSurface removeTarget(int i)
IAgent
removeTarget
in interface IDynamics
removeTarget
in interface IParticleI
removeTarget
in class IAgent
public IParticleOnSurface removeTarget(IObject obj)
removeTarget
in interface IDynamics
removeTarget
in interface IParticleI
removeTarget
in class IAgent
public void updateTarget()
updateTarget
in interface IDynamics
updateTarget
in interface IParticleI
updateTarget
in class IAgent
public IParticleOnSurface x(double vx)
x
in interface IVecI
x
in class IPointAgent
public IParticleOnSurface y(double vy)
IVecI
y
in interface IVecI
y
in class IPointAgent
public IParticleOnSurface z(double vz)
IVecI
z
in interface IVecI
z
in class IPointAgent
public IParticleOnSurface x(IDoubleI vx)
IVecI
x
in interface IVecI
x
in class IPointAgent
public IParticleOnSurface y(IDoubleI vy)
IVecI
y
in interface IVecI
y
in class IPointAgent
public IParticleOnSurface z(IDoubleI vz)
IVecI
z
in interface IVecI
z
in class IPointAgent
public IParticleOnSurface x(IVecI vx)
IPointAgent
x
in interface IVecI
x
in class IPointAgent
public IParticleOnSurface y(IVecI vy)
IPointAgent
y
in interface IVecI
y
in class IPointAgent
public IParticleOnSurface z(IVecI vz)
IPointAgent
z
in interface IVecI
z
in class IPointAgent
public IParticleOnSurface x(IVec2I vx)
IPointAgent
x
in interface IVecI
x
in class IPointAgent
public IParticleOnSurface y(IVec2I vy)
IPointAgent
y
in interface IVecI
y
in class IPointAgent
public IParticleOnSurface dup()
IObject
dup
in interface IArithmeticVal<IVecI,IDoubleI>
dup
in interface ITransformable
dup
in interface IVecI
dup
in class IPointAgent
public IParticleOnSurface set(IVecI v)
set
in interface IArithmeticVal<IVecI,IDoubleI>
set
in interface IVecI
set
in class IPointAgent
public IParticleOnSurface set(double x, double y, double z)
set
in interface IVecI
set
in class IPointAgent
public IParticleOnSurface set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
set
in class IPointAgent
public IParticleOnSurface add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface add(IVecI v)
add
in interface IArithmeticVal<IVecI,IDoubleI>
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IPointAgent
public IParticleOnSurface sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IPointAgent
public IParticleOnSurface sub(IVecI v)
sub
in interface IArithmeticVal<IVecI,IDoubleI>
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IPointAgent
public IParticleOnSurface mul(IDoubleI v)
mul
in interface IArithmeticVal<IVecI,IDoubleI>
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IPointAgent
public IParticleOnSurface mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IPointAgent
public IParticleOnSurface div(IDoubleI v)
div
in interface IArithmeticVal<IVecI,IDoubleI>
div
in interface ITransformable
div
in interface IVecI
div
in class IPointAgent
public IParticleOnSurface div(double v)
div
in interface ITransformable
div
in interface IVecI
div
in class IPointAgent
public IParticleOnSurface neg()
neg
in interface ITransformable
neg
in interface IVecI
neg
in class IPointAgent
public IParticleOnSurface rev()
IVecI
rev
in interface IVecI
rev
in class IPointAgent
public IParticleOnSurface flip()
IVecI
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IPointAgent
public IParticleOnSurface zero()
IVecI
zero
in interface IArithmeticVal<IVecI,IDoubleI>
zero
in interface IVecI
zero
in class IPointAgent
public IParticleOnSurface add(IVecI v, double f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface add(IVecI v, IDoubleI f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface add(double f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface add(IDoubleI f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IPointAgent
public IParticleOnSurface len(IDoubleI l)
IVecI
len
in interface IVecI
len
in class IPointAgent
public IParticleOnSurface len(double l)
IVecI
len
in interface IVecI
len
in class IPointAgent
public IParticleOnSurface unit()
IVecI
unit
in interface IVecI
unit
in class IPointAgent
public IParticleOnSurface rot(IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(IVecI center, IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(IVecI center, IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(IVecI axis, IVecI destDir)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot(IVecI center, IVecI axis, IVecI destPt)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IPointAgent
public IParticleOnSurface rot2(IDoubleI angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface rot2(double angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface rot2(IVecI center, double angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface rot2(IVecI center, IDoubleI angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface rot2(double centerX, double centerY, double angle)
IVecI
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface rot2(IVecI destDir)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface rot2(IVecI center, IVecI destPt)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IPointAgent
public IParticleOnSurface scale(IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IPointAgent
public IParticleOnSurface scale(double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IPointAgent
public IParticleOnSurface scale(IVecI center, IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IPointAgent
public IParticleOnSurface scale(IVecI center, double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IPointAgent
public IParticleOnSurface scale(double centerX, double centerY, double centerZ, double f)
IVecI
scale
in interface IVecI
scale
in class IPointAgent
public IParticleOnSurface scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IPointAgent
public IParticleOnSurface scale1d(IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IPointAgent
public IParticleOnSurface scale1d(double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IPointAgent
public IParticleOnSurface scale1d(IVecI center, IVecI axis, double f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IPointAgent
public IParticleOnSurface scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IPointAgent
public IParticleOnSurface scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IPointAgent
public IParticleOnSurface ref(IVecI planeDir)
IVecI
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IPointAgent
public IParticleOnSurface ref(double planeX, double planeY, double planeZ)
IVecI
ref
in interface IVecI
ref
in class IPointAgent
public IParticleOnSurface ref(IVecI center, IVecI planeDir)
IVecI
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IPointAgent
public IParticleOnSurface ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecI
ref
in interface IVecI
ref
in class IPointAgent
public IParticleOnSurface mirror(IVecI planeDir)
IVecI
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IPointAgent
public IParticleOnSurface mirror(double planeX, double planeY, double planeZ)
IVecI
mirror
in interface IVecI
mirror
in class IPointAgent
public IParticleOnSurface mirror(IVecI center, IVecI planeDir)
IVecI
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IPointAgent
public IParticleOnSurface mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecI
mirror
in interface IVecI
mirror
in class IPointAgent
public IParticleOnSurface shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IPointAgent
public IParticleOnSurface shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IPointAgent
public IParticleOnSurface shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IPointAgent
public IParticleOnSurface shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IPointAgent
public IParticleOnSurface shearXY(double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IPointAgent
public IParticleOnSurface shearXY(IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IPointAgent
public IParticleOnSurface shearXY(IVecI center, double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IPointAgent
public IParticleOnSurface shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IPointAgent
public IParticleOnSurface shearYZ(double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IPointAgent
public IParticleOnSurface shearYZ(IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IPointAgent
public IParticleOnSurface shearYZ(IVecI center, double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IPointAgent
public IParticleOnSurface shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IPointAgent
public IParticleOnSurface shearZX(double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IPointAgent
public IParticleOnSurface shearZX(IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IPointAgent
public IParticleOnSurface shearZX(IVecI center, double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IPointAgent
public IParticleOnSurface shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IPointAgent
public IParticleOnSurface translate(double x, double y, double z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IPointAgent
public IParticleOnSurface translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IPointAgent
public IParticleOnSurface translate(IVecI v)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IPointAgent
public IParticleOnSurface transform(IMatrix3I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IPointAgent
public IParticleOnSurface transform(IMatrix4I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IPointAgent
public IParticleOnSurface transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IPointAgent
public IParticleOnSurface transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IPointAgent
public IParticleOnSurface mv(double x, double y, double z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IPointAgent
public IParticleOnSurface mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IPointAgent
public IParticleOnSurface mv(IVecI v)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IPointAgent
public IParticleOnSurface cp()
IObject
cp
in interface IArithmeticVal<IVecI,IDoubleI>
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IPointAgent
public IParticleOnSurface cp(double x, double y, double z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IPointAgent
public IParticleOnSurface cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IPointAgent
public IParticleOnSurface cp(IVecI v)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IPointAgent
public IParticleOnSurface setSize(double sz)
setSize
in class IPointAgent
public IParticleOnSurface size(double sz)
size
in class IPointAgent
public IParticleOnSurface name(java.lang.String nm)
name
in class IPointAgent
public IParticleOnSurface layer(ILayer l)
IObject
layer
in class IPointAgent
public IParticleOnSurface show()
show
in class IPointAgent
public IParticleOnSurface hide()
hide
in class IPointAgent
public IParticleOnSurface clr(IColor c)
IObject
clr
in class IPointAgent
public IParticleOnSurface clr(IColor c, int alpha)
IObject
clr
in class IPointAgent
public IParticleOnSurface clr(IColor c, float alpha)
IObject
clr
in class IPointAgent
public IParticleOnSurface clr(IColor c, double alpha)
IObject
clr
in class IPointAgent
public IParticleOnSurface clr(IObject o)
IObject
clr
in class IPointAgent
public IParticleOnSurface clr(java.awt.Color c)
public IParticleOnSurface clr(java.awt.Color c, int alpha)
public IParticleOnSurface clr(java.awt.Color c, float alpha)
public IParticleOnSurface clr(java.awt.Color c, double alpha)
public IParticleOnSurface clr(int gray)
clr
in class IPointAgent
public IParticleOnSurface clr(float fgray)
clr
in class IPointAgent
public IParticleOnSurface clr(double dgray)
clr
in class IPointAgent
public IParticleOnSurface clr(int gray, int alpha)
clr
in class IPointAgent
public IParticleOnSurface clr(float fgray, float falpha)
clr
in class IPointAgent
public IParticleOnSurface clr(double dgray, double dalpha)
clr
in class IPointAgent
public IParticleOnSurface clr(int r, int g, int b)
clr
in class IPointAgent
public IParticleOnSurface clr(float fr, float fg, float fb)
clr
in class IPointAgent
public IParticleOnSurface clr(double dr, double dg, double db)
clr
in class IPointAgent
public IParticleOnSurface clr(int r, int g, int b, int a)
clr
in class IPointAgent
public IParticleOnSurface clr(float fr, float fg, float fb, float fa)
clr
in class IPointAgent
public IParticleOnSurface clr(double dr, double dg, double db, double da)
clr
in class IPointAgent
public IParticleOnSurface hsb(float h, float s, float b, float a)
hsb
in class IPointAgent
public IParticleOnSurface hsb(double h, double s, double b, double a)
hsb
in class IPointAgent
public IParticleOnSurface hsb(float h, float s, float b)
hsb
in class IPointAgent
public IParticleOnSurface hsb(double h, double s, double b)
hsb
in class IPointAgent
public IParticleOnSurface setColor(IColor c)
setColor
in class IPointAgent
public IParticleOnSurface setColor(IColor c, int alpha)
setColor
in class IPointAgent
public IParticleOnSurface setColor(IColor c, float alpha)
setColor
in class IPointAgent
public IParticleOnSurface setColor(IColor c, double alpha)
setColor
in class IPointAgent
public IParticleOnSurface setColor(java.awt.Color c)
public IParticleOnSurface setColor(java.awt.Color c, int alpha)
public IParticleOnSurface setColor(java.awt.Color c, float alpha)
public IParticleOnSurface setColor(java.awt.Color c, double alpha)
public IParticleOnSurface setColor(int gray)
setColor
in class IPointAgent
public IParticleOnSurface setColor(float fgray)
setColor
in class IPointAgent
public IParticleOnSurface setColor(double dgray)
setColor
in class IPointAgent
public IParticleOnSurface setColor(int gray, int alpha)
setColor
in class IPointAgent
public IParticleOnSurface setColor(float fgray, float falpha)
setColor
in class IPointAgent
public IParticleOnSurface setColor(double dgray, double dalpha)
setColor
in class IPointAgent
public IParticleOnSurface setColor(int r, int g, int b)
setColor
in class IPointAgent
public IParticleOnSurface setColor(float fr, float fg, float fb)
setColor
in class IPointAgent
public IParticleOnSurface setColor(double dr, double dg, double db)
setColor
in class IPointAgent
public IParticleOnSurface setColor(int r, int g, int b, int a)
setColor
in class IPointAgent
public IParticleOnSurface setColor(float fr, float fg, float fb, float fa)
setColor
in class IPointAgent
public IParticleOnSurface setColor(double dr, double dg, double db, double da)
setColor
in class IPointAgent
public IParticleOnSurface setHSBColor(float h, float s, float b, float a)
setHSBColor
in class IPointAgent
public IParticleOnSurface setHSBColor(double h, double s, double b, double a)
setHSBColor
in class IPointAgent
public IParticleOnSurface setHSBColor(float h, float s, float b)
setHSBColor
in class IPointAgent
public IParticleOnSurface setHSBColor(double h, double s, double b)
setHSBColor
in class IPointAgent
public IParticleOnSurface weight(double w)
weight
in class IPointAgent
public IParticleOnSurface weight(float w)
weight
in class IPointAgent