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, trackeralive, 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, zaddDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, time, time, update, updateGraphicaddUserData, 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, weightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsurfaceangle, 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 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 IParticleIpublic IParticleOnSurface unfix()
IParticleIunfix in interface IParticleIpublic IParticleOnSurface skipUpdateOnce(boolean f)
IParticleIskipUpdateOnce in interface IParticleIpublic boolean skipUpdateOnce()
IParticleIskipUpdateOnce in interface IParticleIpublic boolean fixed()
IParticleIfixed in interface IParticleIpublic double mass()
IParticleImass in interface IParticleIpublic IParticleOnSurface mass(double mass)
IParticleImass in interface IParticleIpublic IVec position()
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IParticleOnSurface position(IVecI v)
IParticleIposition in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IParticleOnSurface pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleIvelocity in interface IParticleIpublic IParticleOnSurface velocity(IVecI v)
IParticleIvelocity in interface IParticleIpublic IVec vel()
IParticleIvel in interface IParticleIpublic IParticleOnSurface 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 IParticleOnSurface force(IVecI v)
IParticleIforce in interface IParticleIpublic IVec frc()
IParticleIfrc in interface IParticleIpublic IParticleOnSurface frc(IVecI v)
IParticleIfrc in interface IParticleIpublic double friction()
IParticleIfriction in interface IParticleIpublic IParticleOnSurface friction(double friction)
IParticleIfriction in interface IParticleIpublic double fric()
IParticleIfric in interface IParticleIpublic IParticleOnSurface fric(double friction)
IParticleIfric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticleOnSurface decay(double d)
decay in interface IParticleIpublic IParticleOnSurface push(IVecI f)
IParticleIpush in interface IParticleIpublic IParticleOnSurface push(double fx, double fy, double fz)
IParticleIpush in interface IParticleIpublic IParticleOnSurface pull(IVecI f)
IParticleIpull in interface IParticleIpublic IParticleOnSurface pull(double fx, double fy, double fz)
IParticleIpull in interface IParticleIpublic IParticleOnSurface addForce(IVecI f)
IParticleIaddForce in interface IParticleIpublic IParticleOnSurface addForce(double fx, double fy, double fz)
IParticleIaddForce in interface IParticleIpublic IParticleOnSurface reset()
IParticleIreset in interface IParticleIpublic IParticleOnSurface resetForce()
IParticleIresetForce in interface IParticleIpublic ISurfaceI baseSurface()
public IParticleOnSurface uv(double u, double v)
uv in interface IParticleOnSurfaceIpublic IVec2 uv()
uv in interface IParticleOnSurfaceIpublic IParticleOnSurface uvvel(double uvel, double vvel)
uvvel in interface IParticleOnSurfaceIpublic IVec2 uvvel()
uvvel in interface IParticleOnSurfaceIpublic IParticleOnSurface uvfrc(double ufrc, double vfrc)
uvfrc in interface IParticleOnSurfaceIpublic IVec2 uvfrc()
uvfrc in interface IParticleOnSurfaceIpublic IParticleOnSurface addUVForce(double ufrc, double vfrc)
addUVForce in interface IParticleOnSurfaceIpublic IParticleOnSurface resetUVForce()
resetUVForce in interface IParticleOnSurfaceIpublic IParticleOnSurface uvpush(double ufrc, double vfrc)
uvpush in interface IParticleOnSurfaceIpublic IParticleOnSurface uvpull(double ufrc, double vfrc)
uvpull in interface IParticleOnSurfaceIpublic IParticleOnSurface uvreset()
uvreset in interface IParticleOnSurfaceIpublic IParticleOnSurface fixU()
fixU in interface IParticleOnSurfaceIpublic IParticleOnSurface fixV()
fixV in interface IParticleOnSurfaceIpublic IParticleOnSurface unfixU()
unfixU in interface IParticleOnSurfaceIpublic IParticleOnSurface unfixV()
unfixV in interface IParticleOnSurfaceIpublic boolean uFixed()
uFixed in interface IParticleOnSurfaceIpublic boolean vFixed()
vFixed in interface IParticleOnSurfaceIpublic IParticleOnSurface target(IObject targetObj)
public int targetNum()
public IObject target(int i)
public java.util.ArrayList<IObject> targets()
public IParticleOnSurface removeTarget(int i)
IAgentremoveTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic IParticleOnSurface 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 IParticleOnSurface x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticleOnSurface y(double vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticleOnSurface z(double vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticleOnSurface x(IDoubleI vx)
IVecIx in interface IVecIx in class IPointAgentpublic IParticleOnSurface y(IDoubleI vy)
IVecIy in interface IVecIy in class IPointAgentpublic IParticleOnSurface z(IDoubleI vz)
IVecIz in interface IVecIz in class IPointAgentpublic IParticleOnSurface x(IVecI vx)
IPointAgentx in interface IVecIx in class IPointAgentpublic IParticleOnSurface y(IVecI vy)
IPointAgenty in interface IVecIy in class IPointAgentpublic IParticleOnSurface z(IVecI vz)
IPointAgentz in interface IVecIz in class IPointAgentpublic IParticleOnSurface x(IVec2I vx)
IPointAgentx in interface IVecIx in class IPointAgentpublic IParticleOnSurface y(IVec2I vy)
IPointAgenty in interface IVecIy in class IPointAgentpublic IParticleOnSurface dup()
IObjectdup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticleOnSurface set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IPointAgentpublic IParticleOnSurface set(double x, double y, double z)
set in interface IVecIset in class IPointAgentpublic IParticleOnSurface set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IPointAgentpublic IParticleOnSurface add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnSurface sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnSurface sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticleOnSurface mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnSurface mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticleOnSurface div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnSurface div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticleOnSurface neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticleOnSurface rev()
IVecIrev in interface IVecIrev in class IPointAgentpublic IParticleOnSurface flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticleOnSurface zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IPointAgentpublic IParticleOnSurface add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticleOnSurface len(IDoubleI l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticleOnSurface len(double l)
IVecIlen in interface IVecIlen in class IPointAgentpublic IParticleOnSurface unit()
IVecIunit in interface IVecIunit in class IPointAgentpublic IParticleOnSurface rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(IVecI axis, IVecI destDir)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot(IVecI center, IVecI axis, IVecI destPt)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticleOnSurface rot2(IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface rot2(double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface rot2(IVecI center, double angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface rot2(IVecI center, IDoubleI angle)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface rot2(double centerX, double centerY, double angle)
IVecIrot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface rot2(IVecI destDir)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface rot2(IVecI center, IVecI destPt)
IVecIrot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticleOnSurface scale(IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnSurface scale(double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnSurface scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnSurface scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticleOnSurface scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IPointAgentpublic IParticleOnSurface scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnSurface scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnSurface scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnSurface scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnSurface scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnSurface scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IPointAgentpublic IParticleOnSurface ref(IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleOnSurface ref(double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticleOnSurface ref(IVecI center, IVecI planeDir)
IVecIref in interface ITransformableref in interface IVecIref in class IPointAgentpublic IParticleOnSurface ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecIref in interface IVecIref in class IPointAgentpublic IParticleOnSurface mirror(IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticleOnSurface mirror(double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticleOnSurface mirror(IVecI center, IVecI planeDir)
IVecImirror in interface ITransformablemirror in interface IVecImirror in class IPointAgentpublic IParticleOnSurface mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecImirror in interface IVecImirror in class IPointAgentpublic IParticleOnSurface shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnSurface shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IPointAgentpublic IParticleOnSurface 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 IParticleOnSurface 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 IParticleOnSurface shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnSurface shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnSurface shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnSurface shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgentpublic IParticleOnSurface shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnSurface shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnSurface shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnSurface shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgentpublic IParticleOnSurface shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnSurface shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnSurface shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnSurface shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgentpublic IParticleOnSurface translate(double x, double y, double z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnSurface translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnSurface translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticleOnSurface transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnSurface transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnSurface transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnSurface transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticleOnSurface mv(double x, double y, double z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnSurface mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnSurface mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticleOnSurface cp()
IObjectcp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnSurface cp(double x, double y, double z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnSurface cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnSurface cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticleOnSurface setSize(double sz)
setSize in class IPointAgentpublic IParticleOnSurface size(double sz)
size in class IPointAgentpublic IParticleOnSurface name(java.lang.String nm)
name in class IPointAgentpublic IParticleOnSurface layer(ILayer l)
IObjectlayer in class IPointAgentpublic IParticleOnSurface show()
show in class IPointAgentpublic IParticleOnSurface hide()
hide in class IPointAgentpublic IParticleOnSurface clr(IColor c)
IObjectclr in class IPointAgentpublic IParticleOnSurface clr(IColor c, int alpha)
IObjectclr in class IPointAgentpublic IParticleOnSurface clr(IColor c, float alpha)
IObjectclr in class IPointAgentpublic IParticleOnSurface clr(IColor c, double alpha)
IObjectclr in class IPointAgentpublic IParticleOnSurface clr(IObject o)
IObjectclr in class IPointAgentpublic 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 IPointAgentpublic IParticleOnSurface clr(float fgray)
clr in class IPointAgentpublic IParticleOnSurface clr(double dgray)
clr in class IPointAgentpublic IParticleOnSurface clr(int gray, int alpha)
clr in class IPointAgentpublic IParticleOnSurface clr(float fgray, float falpha)
clr in class IPointAgentpublic IParticleOnSurface clr(double dgray, double dalpha)
clr in class IPointAgentpublic IParticleOnSurface clr(int r, int g, int b)
clr in class IPointAgentpublic IParticleOnSurface clr(float fr, float fg, float fb)
clr in class IPointAgentpublic IParticleOnSurface clr(double dr, double dg, double db)
clr in class IPointAgentpublic IParticleOnSurface clr(int r, int g, int b, int a)
clr in class IPointAgentpublic IParticleOnSurface clr(float fr, float fg, float fb, float fa)
clr in class IPointAgentpublic IParticleOnSurface clr(double dr, double dg, double db, double da)
clr in class IPointAgentpublic IParticleOnSurface hsb(float h, float s, float b, float a)
hsb in class IPointAgentpublic IParticleOnSurface hsb(double h, double s, double b, double a)
hsb in class IPointAgentpublic IParticleOnSurface hsb(float h, float s, float b)
hsb in class IPointAgentpublic IParticleOnSurface hsb(double h, double s, double b)
hsb in class IPointAgentpublic IParticleOnSurface setColor(IColor c)
setColor in class IPointAgentpublic IParticleOnSurface setColor(IColor c, int alpha)
setColor in class IPointAgentpublic IParticleOnSurface setColor(IColor c, float alpha)
setColor in class IPointAgentpublic IParticleOnSurface setColor(IColor c, double alpha)
setColor in class IPointAgentpublic 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 IPointAgentpublic IParticleOnSurface setColor(float fgray)
setColor in class IPointAgentpublic IParticleOnSurface setColor(double dgray)
setColor in class IPointAgentpublic IParticleOnSurface setColor(int gray, int alpha)
setColor in class IPointAgentpublic IParticleOnSurface setColor(float fgray, float falpha)
setColor in class IPointAgentpublic IParticleOnSurface setColor(double dgray, double dalpha)
setColor in class IPointAgentpublic IParticleOnSurface setColor(int r, int g, int b)
setColor in class IPointAgentpublic IParticleOnSurface setColor(float fr, float fg, float fb)
setColor in class IPointAgentpublic IParticleOnSurface setColor(double dr, double dg, double db)
setColor in class IPointAgentpublic IParticleOnSurface setColor(int r, int g, int b, int a)
setColor in class IPointAgentpublic IParticleOnSurface setColor(float fr, float fg, float fb, float fa)
setColor in class IPointAgentpublic IParticleOnSurface setColor(double dr, double dg, double db, double da)
setColor in class IPointAgentpublic IParticleOnSurface setHSBColor(float h, float s, float b, float a)
setHSBColor in class IPointAgentpublic IParticleOnSurface setHSBColor(double h, double s, double b, double a)
setHSBColor in class IPointAgentpublic IParticleOnSurface setHSBColor(float h, float s, float b)
setHSBColor in class IPointAgentpublic IParticleOnSurface setHSBColor(double h, double s, double b)
setHSBColor in class IPointAgentpublic IParticleOnSurface weight(double w)
weight in class IPointAgentpublic IParticleOnSurface weight(float w)
weight in class IPointAgent