|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IPointAgent
igeo.IParticle
igeo.IParticleAgent
public class IParticleAgent
Alias class of IParticle for backward compatibility. Use IParticle instead.
Field Summary |
---|
Fields inherited from class igeo.IParticle |
---|
frc, particle, vel |
Fields inherited from class igeo.IPointAgent |
---|
point, pos, tracker |
Fields inherited from class igeo.IAgent |
---|
alive, duration, interactOverridden, localDynamics, parent, targets, time |
Fields inherited from class igeo.IObject |
---|
attribute, dynamics, graphics, parameter, server, userData |
Constructor Summary | |
---|---|
IParticleAgent()
|
|
IParticleAgent(double x,
double y,
double z)
|
|
IParticleAgent(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IParticleAgent(IParticle p)
|
|
IParticleAgent(IParticleGeo ptcl)
|
|
IParticleAgent(IParticleGeo ptcl,
IVecI vel)
|
|
IParticleAgent(IParticle p,
IVecI vel)
|
|
IParticleAgent(IVec p)
|
|
IParticleAgent(IVecI p)
|
|
IParticleAgent(IVecI p,
IVecI vel)
|
|
IParticleAgent(IVec p,
IVec vel)
|
Method Summary | |
---|---|
IParticleAgent |
add(double x,
double y,
double z)
|
IParticleAgent |
add(double f,
IVecI v)
scale add |
IParticleAgent |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
add(IDoubleI f,
IVecI v)
scale add |
IParticleAgent |
add(IVecI v)
|
IParticleAgent |
add(IVecI v,
double f)
scale add |
IParticleAgent |
add(IVecI v,
IDoubleI f)
scale add |
IParticleAgent |
addForce(double fx,
double fy,
double fz)
alias of push |
IParticleAgent |
addForce(IVecI f)
alias of push |
IParticleAgent |
clr(java.awt.Color c)
|
IParticleAgent |
clr(java.awt.Color c,
double alpha)
|
IParticleAgent |
clr(java.awt.Color c,
float alpha)
|
IParticleAgent |
clr(java.awt.Color c,
int alpha)
|
IParticleAgent |
clr(double dgray)
|
IParticleAgent |
clr(double dgray,
double dalpha)
|
IParticleAgent |
clr(double dr,
double dg,
double db)
|
IParticleAgent |
clr(double dr,
double dg,
double db,
double da)
|
IParticleAgent |
clr(float fgray)
|
IParticleAgent |
clr(float fgray,
float falpha)
|
IParticleAgent |
clr(float fr,
float fg,
float fb)
|
IParticleAgent |
clr(float fr,
float fg,
float fb,
float fa)
|
IParticleAgent |
clr(IColor c)
|
IParticleAgent |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten |
IParticleAgent |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten |
IParticleAgent |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten |
IParticleAgent |
clr(int gray)
|
IParticleAgent |
clr(int gray,
int alpha)
|
IParticleAgent |
clr(int r,
int g,
int b)
|
IParticleAgent |
clr(int r,
int g,
int b,
int a)
|
IParticleAgent |
cp()
alias of dup() |
IParticleAgent |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticleAgent |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IParticleAgent |
cp(IVecI v)
cp() is alias of dup().add() |
IParticleAgent |
decay(double d)
|
IParticleAgent |
div(double v)
|
IParticleAgent |
div(IDoubleI v)
|
IParticleAgent |
dup()
duplicate object |
IParticleAgent |
fix()
IParticleI API |
IParticleAgent |
flip()
alias of neg() |
IParticleAgent |
force(IVecI v)
set force |
IParticleAgent |
frc(IVecI v)
set force |
IParticleAgent |
fric(double friction)
set friction |
IParticleAgent |
friction(double friction)
set friction |
IParticleAgent |
hide()
|
IParticleAgent |
hsb(double h,
double s,
double b)
|
IParticleAgent |
hsb(double h,
double s,
double b,
double a)
|
IParticleAgent |
hsb(float h,
float s,
float b)
|
IParticleAgent |
hsb(float h,
float s,
float b,
float a)
|
IParticleAgent |
layer(ILayer l)
Set layer by ILayer object |
IParticleAgent |
len(double l)
setting length |
IParticleAgent |
len(IDoubleI l)
setting length |
IParticleAgent |
mass(double mass)
set mass |
IParticleAgent |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref |
IParticleAgent |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref |
IParticleAgent |
mirror(IVecI planeDir)
alias of ref |
IParticleAgent |
mirror(IVecI center,
IVecI planeDir)
alias of ref |
IParticleAgent |
mul(double v)
|
IParticleAgent |
mul(IDoubleI v)
|
IParticleAgent |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticleAgent |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IParticleAgent |
mv(IVecI v)
mv() is alias of add() |
IParticleAgent |
name(java.lang.String nm)
methods of IObject |
IParticleAgent |
neg()
|
IParticleAgent |
pos(IVecI v)
set position |
IParticleAgent |
position(IVecI v)
set position |
IParticleAgent |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg()) |
IParticleAgent |
pull(IVecI f)
equivalent to push(f.dup().neg()) |
IParticleAgent |
push(double fx,
double fy,
double fz)
adding force to particle |
IParticleAgent |
push(IVecI f)
adding force to particle |
IParticleAgent |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleAgent |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleAgent |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleAgent |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleAgent |
removeTarget(int i)
remove target object. |
IParticleAgent |
removeTarget(IObject obj)
remove target object. |
IParticleAgent |
reset()
setting force zero |
IParticleAgent |
resetForce()
alias of reset |
IParticleAgent |
rev()
alias of neg() |
IParticleAgent |
rot(double angle)
rotation on XY plane |
IParticleAgent |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IParticleAgent |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IParticleAgent |
rot(IDoubleI angle)
rotation on XY plane |
IParticleAgent |
rot(IVecI axis,
double angle)
rotation around axis vector |
IParticleAgent |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticleAgent |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IParticleAgent |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IParticleAgent |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point |
IParticleAgent |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticleAgent |
rot2(double angle)
rotation on xy-plane; alias of rot(double) |
IParticleAgent |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticleAgent |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI) |
IParticleAgent |
rot2(IVecI destDir)
rotation on xy-plane towards destDir |
IParticleAgent |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticleAgent |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane |
IParticleAgent |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt |
IParticleAgent |
scale(double f)
alias of mul |
IParticleAgent |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IParticleAgent |
scale(IDoubleI f)
alias of mul |
IParticleAgent |
scale(IVecI center,
double f)
scale from a center |
IParticleAgent |
scale(IVecI center,
IDoubleI f)
scale from a center |
IParticleAgent |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IParticleAgent |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IParticleAgent |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticleAgent |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IParticleAgent |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IParticleAgent |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IParticleAgent |
set(double x,
double y,
double z)
|
IParticleAgent |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
set(IVecI v)
|
IParticleAgent |
setColor(java.awt.Color c)
|
IParticleAgent |
setColor(java.awt.Color c,
double alpha)
|
IParticleAgent |
setColor(java.awt.Color c,
float alpha)
|
IParticleAgent |
setColor(java.awt.Color c,
int alpha)
|
IParticleAgent |
setColor(double dgray)
|
IParticleAgent |
setColor(double dgray,
double dalpha)
|
IParticleAgent |
setColor(double dr,
double dg,
double db)
|
IParticleAgent |
setColor(double dr,
double dg,
double db,
double da)
|
IParticleAgent |
setColor(float fgray)
|
IParticleAgent |
setColor(float fgray,
float falpha)
|
IParticleAgent |
setColor(float fr,
float fg,
float fb)
|
IParticleAgent |
setColor(float fr,
float fg,
float fb,
float fa)
|
IParticleAgent |
setColor(IColor c)
|
IParticleAgent |
setColor(IColor c,
double alpha)
|
IParticleAgent |
setColor(IColor c,
float alpha)
|
IParticleAgent |
setColor(IColor c,
int alpha)
|
IParticleAgent |
setColor(int gray)
|
IParticleAgent |
setColor(int gray,
int alpha)
|
IParticleAgent |
setColor(int r,
int g,
int b)
|
IParticleAgent |
setColor(int r,
int g,
int b,
int a)
|
IParticleAgent |
setHSBColor(double h,
double s,
double b)
|
IParticleAgent |
setHSBColor(double h,
double s,
double b,
double a)
|
IParticleAgent |
setHSBColor(float h,
float s,
float b)
|
IParticleAgent |
setHSBColor(float h,
float s,
float b,
float a)
|
IParticleAgent |
setSize(double sz)
methods of IPoint |
IParticleAgent |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleAgent |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleAgent |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleAgent |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleAgent |
shearXY(double sxy,
double syx)
shear operation on XY |
IParticleAgent |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleAgent |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IParticleAgent |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleAgent |
shearYZ(double syz,
double szy)
shear operation on YZ |
IParticleAgent |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleAgent |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IParticleAgent |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleAgent |
shearZX(double szx,
double sxz)
shear operation on ZX |
IParticleAgent |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleAgent |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IParticleAgent |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleAgent |
show()
|
IParticleAgent |
size(double sz)
|
IParticleAgent |
sub(double x,
double y,
double z)
|
IParticleAgent |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleAgent |
sub(IVecI v)
|
IParticleAgent |
target(IObject targetObj)
add terget object to be updated by this dynamic object. |
IParticleAgent |
transform(IMatrix3I mat)
transform with a transformation matrix |
IParticleAgent |
transform(IMatrix4I mat)
transform with a transformation matrix |
IParticleAgent |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IParticleAgent |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IParticleAgent |
translate(double x,
double y,
double z)
alias of add() |
IParticleAgent |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IParticleAgent |
translate(IVecI v)
alias of add() |
IParticleAgent |
unfix()
unfix movement |
IParticleAgent |
unit()
unitize |
IParticleAgent |
vel(IVecI v)
set velocity |
IParticleAgent |
velocity(IVecI v)
set velocity |
IParticleAgent |
weight(double w)
|
IParticleAgent |
weight(float w)
|
IParticleAgent |
x(double vx)
methods of IVecI |
IParticleAgent |
x(IDoubleI vx)
setting x component |
IParticleAgent |
y(double vy)
setting y component |
IParticleAgent |
y(IDoubleI vy)
setting y component |
IParticleAgent |
z(double vz)
setting z component |
IParticleAgent |
z(IDoubleI vz)
setting z component |
IParticleAgent |
zero()
setting all zero |
Methods inherited from class igeo.IParticle |
---|
acc, acceleration, attach, attach, attach, decay, fixed, force, frc, fric, friction, hideGeometry, hidePoint, initParticleAgent, initParticleAgent, initParticleAgent, initParticleAgent, initParticleAgent, mass, pos, position, showGeometry, showPoint, skipUpdateOnce, skipUpdateOnce, vel, velocity |
Methods inherited from class igeo.IPointAgent |
---|
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, z |
Methods inherited from class igeo.IAgent |
---|
addDynamics, alive, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
Methods inherited from class igeo.IObject |
---|
alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, clearDynamics, clearGraphics, clr, createGraphic, defaultAttribute, deleteGraphic, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, syncGraphic, syncVisibility, syncWeight, userData, userData, visible, weight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface igeo.IParticleI |
---|
target, targetNum, targets, updateTarget |
Methods inherited from interface igeo.IVecI |
---|
angle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, dif, dif, diff, diff, dist, dist, dist, dist, dist2, dist2, dist2, dist2, dot, dot, dot, dot, eq, eq, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, sum, sum, sum, sum, sum, sum, sum, to2d, to2d, to2d, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, z |
Constructor Detail |
---|
public IParticleAgent()
public IParticleAgent(double x, double y, double z)
public IParticleAgent(IVec p)
public IParticleAgent(IVecI p)
public IParticleAgent(IParticleGeo ptcl)
public IParticleAgent(IParticle p)
public IParticleAgent(double x, double y, double z, double vx, double vy, double vz)
public IParticleAgent(IVec p, IVec vel)
public IParticleAgent(IVecI p, IVecI vel)
public IParticleAgent(IParticleGeo ptcl, IVecI vel)
public IParticleAgent(IParticle p, IVecI vel)
Method Detail |
---|
public IParticleAgent fix()
fix
in interface IParticleI
fix
in class IParticle
public IParticleAgent unfix()
IParticleI
unfix
in interface IParticleI
unfix
in class IParticle
public IParticleAgent mass(double mass)
IParticleI
mass
in interface IParticleI
mass
in class IParticle
public IParticleAgent position(IVecI v)
IParticleI
position
in interface IParticleI
position
in class IParticle
public IParticleAgent pos(IVecI v)
IParticleI
pos
in interface IParticleI
pos
in class IParticle
public IParticleAgent velocity(IVecI v)
IParticleI
velocity
in interface IParticleI
velocity
in class IParticle
public IParticleAgent vel(IVecI v)
IParticleI
vel
in interface IParticleI
vel
in class IParticle
public IParticleAgent force(IVecI v)
IParticleI
force
in interface IParticleI
force
in class IParticle
public IParticleAgent frc(IVecI v)
IParticleI
frc
in interface IParticleI
frc
in class IParticle
public IParticleAgent friction(double friction)
IParticleI
friction
in interface IParticleI
friction
in class IParticle
public IParticleAgent fric(double friction)
IParticleI
fric
in interface IParticleI
fric
in class IParticle
public IParticleAgent decay(double d)
decay
in interface IParticleI
decay
in class IParticle
public IParticleAgent push(IVecI f)
IParticleI
push
in interface IParticleI
push
in class IParticle
public IParticleAgent push(double fx, double fy, double fz)
IParticleI
push
in interface IParticleI
push
in class IParticle
public IParticleAgent pull(IVecI f)
IParticleI
pull
in interface IParticleI
pull
in class IParticle
public IParticleAgent pull(double fx, double fy, double fz)
IParticleI
pull
in interface IParticleI
pull
in class IParticle
public IParticleAgent addForce(IVecI f)
IParticleI
addForce
in interface IParticleI
addForce
in class IParticle
public IParticleAgent addForce(double fx, double fy, double fz)
IParticleI
addForce
in interface IParticleI
addForce
in class IParticle
public IParticleAgent reset()
IParticleI
reset
in interface IParticleI
reset
in class IParticle
public IParticleAgent resetForce()
IParticleI
resetForce
in interface IParticleI
resetForce
in class IParticle
public IParticleAgent x(double vx)
x
in interface IVecI
x
in class IParticle
public IParticleAgent y(double vy)
IVecI
y
in interface IVecI
y
in class IParticle
public IParticleAgent z(double vz)
IVecI
z
in interface IVecI
z
in class IParticle
public IParticleAgent x(IDoubleI vx)
IVecI
x
in interface IVecI
x
in class IParticle
public IParticleAgent y(IDoubleI vy)
IVecI
y
in interface IVecI
y
in class IParticle
public IParticleAgent z(IDoubleI vz)
IVecI
z
in interface IVecI
z
in class IParticle
public IParticleAgent dup()
IObject
dup
in interface ITransformable
dup
in interface IVecI
dup
in class IParticle
public IParticleAgent set(IVecI v)
set
in interface IVecI
set
in class IParticle
public IParticleAgent set(double x, double y, double z)
set
in interface IVecI
set
in class IParticle
public IParticleAgent set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
set
in class IParticle
public IParticleAgent add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticle
public IParticleAgent sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticle
public IParticleAgent sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticle
public IParticleAgent mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticle
public IParticleAgent mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticle
public IParticleAgent div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticle
public IParticleAgent div(double v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticle
public IParticleAgent neg()
neg
in interface ITransformable
neg
in interface IVecI
neg
in class IParticle
public IParticleAgent rev()
IVecI
rev
in interface IVecI
rev
in class IParticle
public IParticleAgent flip()
IVecI
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IParticle
public IParticleAgent zero()
IVecI
zero
in interface IVecI
zero
in class IParticle
public IParticleAgent add(IVecI v, double f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent add(IVecI v, IDoubleI f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent add(double f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent add(IDoubleI f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleAgent len(IDoubleI l)
IVecI
len
in interface IVecI
len
in class IParticle
public IParticleAgent len(double l)
IVecI
len
in interface IVecI
len
in class IParticle
public IParticleAgent unit()
IVecI
unit
in interface IVecI
unit
in class IParticle
public IParticleAgent rot(IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(IVecI center, IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(IVecI center, IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(IVecI axis, IVecI destDir)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot(IVecI center, IVecI axis, IVecI destPt)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleAgent rot2(IDoubleI angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent rot2(double angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent rot2(IVecI center, double angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent rot2(IVecI center, IDoubleI angle)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent rot2(double centerX, double centerY, double angle)
IVecI
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent rot2(IVecI destDir)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent rot2(IVecI center, IVecI destPt)
IVecI
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleAgent scale(IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleAgent scale(double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleAgent scale(IVecI center, IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleAgent scale(IVecI center, double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleAgent scale(double centerX, double centerY, double centerZ, double f)
IVecI
scale
in interface IVecI
scale
in class IParticle
public IParticleAgent scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleAgent scale1d(IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleAgent scale1d(double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleAgent scale1d(IVecI center, IVecI axis, double f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleAgent scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleAgent scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleAgent ref(IVecI planeDir)
IVecI
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticle
public IParticleAgent ref(double planeX, double planeY, double planeZ)
IVecI
ref
in interface IVecI
ref
in class IParticle
public IParticleAgent ref(IVecI center, IVecI planeDir)
IVecI
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticle
public IParticleAgent ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecI
ref
in interface IVecI
ref
in class IParticle
public IParticleAgent mirror(IVecI planeDir)
IVecI
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticle
public IParticleAgent mirror(double planeX, double planeY, double planeZ)
IVecI
mirror
in interface IVecI
mirror
in class IParticle
public IParticleAgent mirror(IVecI center, IVecI planeDir)
IVecI
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticle
public IParticleAgent mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecI
mirror
in interface IVecI
mirror
in class IParticle
public IParticleAgent 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 IParticle
public IParticleAgent 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 IParticle
public IParticleAgent 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 IParticle
public IParticleAgent 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 IParticle
public IParticleAgent shearXY(double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleAgent shearXY(IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleAgent shearXY(IVecI center, double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleAgent shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleAgent shearYZ(double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleAgent shearYZ(IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleAgent shearYZ(IVecI center, double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleAgent shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleAgent shearZX(double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleAgent shearZX(IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleAgent shearZX(IVecI center, double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleAgent shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleAgent translate(double x, double y, double z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleAgent translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleAgent translate(IVecI v)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleAgent transform(IMatrix3I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleAgent transform(IMatrix4I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleAgent transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleAgent transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleAgent mv(double x, double y, double z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleAgent mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleAgent mv(IVecI v)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleAgent cp()
IObject
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleAgent cp(double x, double y, double z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleAgent cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleAgent cp(IVecI v)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleAgent setSize(double sz)
setSize
in class IParticle
public IParticleAgent size(double sz)
size
in class IParticle
public IParticleAgent name(java.lang.String nm)
name
in class IParticle
public IParticleAgent layer(ILayer l)
IObject
layer
in class IParticle
public IParticleAgent show()
show
in class IParticle
public IParticleAgent hide()
hide
in class IParticle
public IParticleAgent clr(IColor c)
clr
in class IParticle
public IParticleAgent clr(IColor c, int alpha)
IObject
clr
in class IParticle
public IParticleAgent clr(IColor c, float alpha)
IObject
clr
in class IParticle
public IParticleAgent clr(IColor c, double alpha)
IObject
clr
in class IParticle
public IParticleAgent clr(java.awt.Color c)
clr
in class IObject
public IParticleAgent clr(java.awt.Color c, int alpha)
clr
in class IObject
public IParticleAgent clr(java.awt.Color c, float alpha)
clr
in class IObject
public IParticleAgent clr(java.awt.Color c, double alpha)
clr
in class IObject
public IParticleAgent clr(int gray)
clr
in class IParticle
public IParticleAgent clr(float fgray)
clr
in class IParticle
public IParticleAgent clr(double dgray)
clr
in class IParticle
public IParticleAgent clr(int gray, int alpha)
clr
in class IParticle
public IParticleAgent clr(float fgray, float falpha)
clr
in class IParticle
public IParticleAgent clr(double dgray, double dalpha)
clr
in class IParticle
public IParticleAgent clr(int r, int g, int b)
clr
in class IParticle
public IParticleAgent clr(float fr, float fg, float fb)
clr
in class IParticle
public IParticleAgent clr(double dr, double dg, double db)
clr
in class IParticle
public IParticleAgent clr(int r, int g, int b, int a)
clr
in class IParticle
public IParticleAgent clr(float fr, float fg, float fb, float fa)
clr
in class IParticle
public IParticleAgent clr(double dr, double dg, double db, double da)
clr
in class IParticle
public IParticleAgent hsb(float h, float s, float b, float a)
hsb
in class IParticle
public IParticleAgent hsb(double h, double s, double b, double a)
hsb
in class IParticle
public IParticleAgent hsb(float h, float s, float b)
hsb
in class IParticle
public IParticleAgent hsb(double h, double s, double b)
hsb
in class IParticle
public IParticleAgent setColor(IColor c)
setColor
in class IParticle
public IParticleAgent setColor(IColor c, int alpha)
setColor
in class IParticle
public IParticleAgent setColor(IColor c, float alpha)
setColor
in class IParticle
public IParticleAgent setColor(IColor c, double alpha)
setColor
in class IParticle
public IParticleAgent setColor(java.awt.Color c)
setColor
in class IObject
public IParticleAgent setColor(java.awt.Color c, int alpha)
setColor
in class IObject
public IParticleAgent setColor(java.awt.Color c, float alpha)
setColor
in class IObject
public IParticleAgent setColor(java.awt.Color c, double alpha)
setColor
in class IObject
public IParticleAgent setColor(int gray)
setColor
in class IParticle
public IParticleAgent setColor(float fgray)
setColor
in class IParticle
public IParticleAgent setColor(double dgray)
setColor
in class IParticle
public IParticleAgent setColor(int gray, int alpha)
setColor
in class IParticle
public IParticleAgent setColor(float fgray, float falpha)
setColor
in class IParticle
public IParticleAgent setColor(double dgray, double dalpha)
setColor
in class IParticle
public IParticleAgent setColor(int r, int g, int b)
setColor
in class IParticle
public IParticleAgent setColor(float fr, float fg, float fb)
setColor
in class IParticle
public IParticleAgent setColor(double dr, double dg, double db)
setColor
in class IParticle
public IParticleAgent setColor(int r, int g, int b, int a)
setColor
in class IParticle
public IParticleAgent setColor(float fr, float fg, float fb, float fa)
setColor
in class IParticle
public IParticleAgent setColor(double dr, double dg, double db, double da)
setColor
in class IParticle
public IParticleAgent setHSBColor(float h, float s, float b, float a)
setHSBColor
in class IParticle
public IParticleAgent setHSBColor(double h, double s, double b, double a)
setHSBColor
in class IParticle
public IParticleAgent setHSBColor(float h, float s, float b)
setHSBColor
in class IParticle
public IParticleAgent setHSBColor(double h, double s, double b)
setHSBColor
in class IParticle
public IParticleAgent weight(double w)
weight
in class IParticle
public IParticleAgent weight(float w)
weight
in class IParticle
public IParticleAgent target(IObject targetObj)
target
in interface IDynamics
target
in interface IParticleI
target
in class IParticle
public IParticleAgent removeTarget(int i)
removeTarget
in interface IDynamics
removeTarget
in interface IParticleI
removeTarget
in class IParticle
public IParticleAgent removeTarget(IObject obj)
removeTarget
in interface IDynamics
removeTarget
in interface IParticleI
removeTarget
in class IParticle
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |