|
|||||||||
| 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
public class IParticle
Class of an agent with IParticleGeo.
| Field Summary | |
|---|---|
IVec |
frc
only to refer to particle.vel and particle.frc |
IParticleGeo |
particle
|
IVec |
vel
only to refer to particle.vel and particle.frc |
| Fields inherited from class igeo.IPointAgent |
|---|
point, pos, tracker |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, interactOverridden, localDynamics, parent, targets, time |
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server, userData |
| Constructor Summary | |
|---|---|
IParticle()
|
|
IParticle(double x,
double y,
double z)
|
|
IParticle(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IParticle(IGeometry... geometries)
|
|
IParticle(IParticle p)
|
|
IParticle(IParticleGeo ptcl)
|
|
IParticle(IParticleGeo ptcl,
IVecI vel)
|
|
IParticle(IParticle p,
IVecI vel)
|
|
IParticle(IVec p)
|
|
IParticle(IVecI p)
|
|
IParticle(IVecI geometryOrigin,
IGeometry... geometries)
|
|
IParticle(IVecI p,
IVecI vel)
|
|
IParticle(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
|
|
IParticle(IVec p,
IVec vel)
|
|
| Method Summary | |
|---|---|
IVec |
acc()
get acceleration. |
IVec |
acceleration()
get acceleration. |
IParticle |
add(double x,
double y,
double z)
|
IParticle |
add(double f,
IVecI v)
scale add alias |
IParticle |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
add(IDoubleI f,
IVecI v)
scale add alias |
IParticle |
add(IVecI v)
|
IParticle |
add(IVecI v,
double f)
scale add |
IParticle |
add(IVecI v,
IDoubleI f)
scale add |
IParticle |
addForce(double fx,
double fy,
double fz)
alias of push |
IParticle |
addForce(IVecI f)
alias of push |
IParticle |
attach(IGeometry... geometries)
attach geometry object to agent to track its location. |
IParticle |
attach(IVecI geometryOrigin,
IGeometry... geometries)
attach geometry object to agent to track its location. |
IParticle |
attach(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
attach geometry object to agent to track its location. |
IParticle |
clr(double dgray)
|
IParticle |
clr(double dgray,
double dalpha)
|
IParticle |
clr(double dr,
double dg,
double db)
|
IParticle |
clr(double dr,
double dg,
double db,
double da)
|
IParticle |
clr(float fgray)
|
IParticle |
clr(float fgray,
float falpha)
|
IParticle |
clr(float fr,
float fg,
float fb)
|
IParticle |
clr(float fr,
float fg,
float fb,
float fa)
|
IParticle |
clr(IColor c)
|
IParticle |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten |
IParticle |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten |
IParticle |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten |
IParticle |
clr(int gray)
|
IParticle |
clr(int gray,
int alpha)
|
IParticle |
clr(int r,
int g,
int b)
|
IParticle |
clr(int r,
int g,
int b,
int a)
|
IParticle |
cp()
alias of dup() |
IParticle |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticle |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IParticle |
cp(IVecI v)
cp() is alias of dup().add() |
double |
decay()
|
IParticle |
decay(double d)
|
IParticle |
div(double v)
|
IParticle |
div(IDoubleI v)
|
IParticle |
dup()
duplicate object |
IParticle |
fix()
IParticleI API |
boolean |
fixed()
check if it's fixed |
IParticle |
flip()
alias of neg |
IVec |
force()
get force |
IParticle |
force(IVecI v)
set force |
IVec |
frc()
get force |
IParticle |
frc(IVecI v)
set force |
double |
fric()
get friction |
IParticle |
fric(double friction)
set friction |
double |
friction()
get friction |
IParticle |
friction(double friction)
set friction |
IParticle |
hide()
|
IParticle |
hideGeometry()
hide attached geometry |
IParticle |
hidePoint()
|
IParticle |
hsb(double h,
double s,
double b)
|
IParticle |
hsb(double h,
double s,
double b,
double a)
|
IParticle |
hsb(float h,
float s,
float b)
|
IParticle |
hsb(float h,
float s,
float b,
float a)
|
void |
initParticleAgent()
|
void |
initParticleAgent(IParticle ptcl)
|
void |
initParticleAgent(IParticleGeo ptcl)
|
void |
initParticleAgent(IParticleGeo ptcl,
IVecI vel)
|
void |
initParticleAgent(IVecI vel)
|
IParticle |
layer(ILayer l)
Set layer by ILayer object |
IParticle |
len(double l)
setting length |
IParticle |
len(IDoubleI l)
setting length |
double |
mass()
get mass |
IParticle |
mass(double mass)
set mass |
IParticle |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref |
IParticle |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref |
IParticle |
mirror(IVecI planeDir)
mirror is alias of ref |
IParticle |
mirror(IVecI center,
IVecI planeDir)
alias of ref |
IParticle |
mul(double v)
|
IParticle |
mul(IDoubleI v)
|
IParticle |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticle |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IParticle |
mv(IVecI v)
mv() is alias of add() |
IParticle |
name(java.lang.String nm)
methods of IObject |
IParticle |
neg()
|
IVec |
pos()
get position |
IParticle |
pos(IVecI v)
set position |
IVec |
position()
get position |
IParticle |
position(IVecI v)
set position |
IParticle |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg()) |
IParticle |
pull(IVecI f)
equivalent to push(f.dup().neg()) |
IParticle |
push(double fx,
double fy,
double fz)
adding force to particle |
IParticle |
push(IVecI f)
adding force to particle |
IParticle |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticle |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticle |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticle |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticle |
removeTarget(int i)
remove target object. |
IParticle |
removeTarget(IObject obj)
remove target object. |
IParticle |
reset()
setting force zero |
IParticle |
resetForce()
alias of reset |
IParticle |
rev()
alias of neg() |
IParticle |
rot(double angle)
rotation on XY plane |
IParticle |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IParticle |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IParticle |
rot(IDoubleI angle)
rotation around z-axis and origin |
IParticle |
rot(IVecI axis,
double angle)
rotation around axis vector |
IParticle |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticle |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IParticle |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IParticle |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IParticle |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticle |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IParticle |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticle |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IParticle |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IParticle |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticle |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IParticle |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IParticle |
scale(double f)
alias of mul |
IParticle |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IParticle |
scale(IDoubleI f)
alias of mul |
IParticle |
scale(IVecI center,
double f)
scale from a center |
IParticle |
scale(IVecI center,
IDoubleI f)
scale from a center |
IParticle |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IParticle |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IParticle |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticle |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IParticle |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IParticle |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IParticle |
set(double x,
double y,
double z)
|
IParticle |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
set(IVecI v)
|
IParticle |
setColor(double dgray)
|
IParticle |
setColor(double dgray,
double dalpha)
|
IParticle |
setColor(double dr,
double dg,
double db)
|
IParticle |
setColor(double dr,
double dg,
double db,
double da)
|
IParticle |
setColor(float fgray)
|
IParticle |
setColor(float fgray,
float falpha)
|
IParticle |
setColor(float fr,
float fg,
float fb)
|
IParticle |
setColor(float fr,
float fg,
float fb,
float fa)
|
IParticle |
setColor(IColor c)
|
IParticle |
setColor(IColor c,
double alpha)
|
IParticle |
setColor(IColor c,
float alpha)
|
IParticle |
setColor(IColor c,
int alpha)
|
IParticle |
setColor(int gray)
|
IParticle |
setColor(int gray,
int alpha)
|
IParticle |
setColor(int r,
int g,
int b)
|
IParticle |
setColor(int r,
int g,
int b,
int a)
|
IParticle |
setHSBColor(double h,
double s,
double b)
|
IParticle |
setHSBColor(double h,
double s,
double b,
double a)
|
IParticle |
setHSBColor(float h,
float s,
float b)
|
IParticle |
setHSBColor(float h,
float s,
float b,
float a)
|
IParticle |
setSize(double sz)
methods of IPoint |
IParticle |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticle |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticle |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticle |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticle |
shearXY(double sxy,
double syx)
shear operation on XY |
IParticle |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticle |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IParticle |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticle |
shearYZ(double syz,
double szy)
shear operation on YZ |
IParticle |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticle |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IParticle |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticle |
shearZX(double szx,
double sxz)
shear operation on ZX |
IParticle |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticle |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IParticle |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticle |
show()
|
IParticle |
showGeometry()
show attached geometry |
IParticle |
showPoint()
|
IParticle |
size(double sz)
|
boolean |
skipUpdateOnce()
for other agent to control particle |
IParticle |
skipUpdateOnce(boolean f)
for other agent to control particle |
IParticle |
sub(double x,
double y,
double z)
|
IParticle |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
sub(IVecI v)
|
IParticle |
target(IObject targetObj)
add terget object to be updated by this dynamic object. |
IParticle |
transform(IMatrix3I mat)
transform with a transformation matrix |
IParticle |
transform(IMatrix4I mat)
transform with a transformation matrix |
IParticle |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IParticle |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IParticle |
translate(double x,
double y,
double z)
translate() is alias of add() |
IParticle |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IParticle |
translate(IVecI v)
alias of add() |
IParticle |
unfix()
unfix movement |
IParticle |
unit()
unitize |
IVec |
vel()
get velocity |
IParticle |
vel(IVecI v)
set velocity |
IVec |
velocity()
get velocity |
IParticle |
velocity(IVecI v)
set velocity |
IParticle |
weight(double w)
|
IParticle |
weight(float w)
|
IParticle |
x(double vx)
methods of IVecI |
IParticle |
x(IDoubleI vx)
setting x component |
IParticle |
y(double vy)
setting y component |
IParticle |
y(IDoubleI vy)
setting y component |
IParticle |
z(double vz)
setting z component |
IParticle |
z(IDoubleI vz)
setting z component |
IParticle |
zero()
setting all zero |
| 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, clr, clr, clr, clr, createGraphic, deleteGraphic, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setColor, setColor, setColor, setColor, 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 |
| Field Detail |
|---|
public IParticleGeo particle
public IVec vel
public IVec frc
| Constructor Detail |
|---|
public IParticle()
public IParticle(double x,
double y,
double z)
public IParticle(IVec p)
public IParticle(IVecI p)
public IParticle(IParticleGeo ptcl)
public IParticle(IParticle p)
public IParticle(double x,
double y,
double z,
double vx,
double vy,
double vz)
public IParticle(IVec p,
IVec vel)
public IParticle(IVecI p,
IVecI vel)
public IParticle(IParticleGeo ptcl,
IVecI vel)
public IParticle(IParticle p,
IVecI vel)
public IParticle(IGeometry... geometries)
public IParticle(IVecI geometryOrigin,
IGeometry... geometries)
public IParticle(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
| Method Detail |
|---|
public void initParticleAgent()
public void initParticleAgent(IParticleGeo ptcl)
public void initParticleAgent(IParticle ptcl)
public void initParticleAgent(IVecI vel)
public void initParticleAgent(IParticleGeo ptcl,
IVecI vel)
public IParticle fix()
fix in interface IParticleIpublic IParticle unfix()
IParticleI
unfix in interface IParticleIpublic boolean fixed()
fixed in interface IParticleIpublic IParticle skipUpdateOnce(boolean f)
skipUpdateOnce in interface IParticleIpublic boolean skipUpdateOnce()
skipUpdateOnce in interface IParticleIpublic double mass()
IParticleI
mass in interface IParticleIpublic IParticle mass(double mass)
IParticleI
mass in interface IParticleIpublic IVec position()
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IParticle position(IVecI v)
IParticleI
position in interface IParticleIposition in class IPointAgentpublic IVec pos()
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IParticle pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IPointAgentpublic IVec velocity()
IParticleI
velocity in interface IParticleIpublic IParticle velocity(IVecI v)
IParticleI
velocity in interface IParticleIpublic IVec vel()
IParticleI
vel in interface IParticleIpublic IParticle vel(IVecI v)
IParticleI
vel in interface IParticleIpublic IVec acceleration()
IParticleI
acceleration in interface IParticleIpublic IVec acc()
IParticleI
acc in interface IParticleIpublic IVec force()
IParticleI
force in interface IParticleIpublic IParticle force(IVecI v)
IParticleI
force in interface IParticleIpublic IVec frc()
IParticleI
frc in interface IParticleIpublic IParticle frc(IVecI v)
IParticleI
frc in interface IParticleIpublic double friction()
IParticleI
friction in interface IParticleIpublic IParticle friction(double friction)
IParticleI
friction in interface IParticleIpublic double fric()
IParticleI
fric in interface IParticleIpublic IParticle fric(double friction)
IParticleI
fric in interface IParticleIpublic double decay()
decay in interface IParticleIpublic IParticle decay(double d)
decay in interface IParticleIpublic IParticle push(IVecI f)
IParticleI
push in interface IParticleI
public IParticle push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpublic IParticle pull(IVecI f)
IParticleI
pull in interface IParticleI
public IParticle pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpublic IParticle addForce(IVecI f)
IParticleI
addForce in interface IParticleI
public IParticle addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIpublic IParticle reset()
IParticleI
reset in interface IParticleIpublic IParticle resetForce()
IParticleI
resetForce in interface IParticleIpublic IParticle attach(IGeometry... geometries)
attach in class IPointAgentgeometries - one or more geometry objects. object's center is moved to the agent's location.
public IParticle attach(IVecI geometryOrigin,
IGeometry... geometries)
attach in class IPointAgentgeometryOrigin - origin of geometry object which is moved to the agent's location.geometries - one or more geometry objects.
public IParticle attach(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
geometryOrigin - origin of geometry object which is moved to the agent's location.geometryOrientation - original orientation of geometry which is matched with particle's velocity direction; if its's null, orientatin matching is disabled.geometries - one or more geometry objects.public IParticle x(double vx)
x in interface IVecIx in class IPointAgentpublic IParticle y(double vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticle z(double vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticle x(IDoubleI vx)
IVecI
x in interface IVecIx in class IPointAgentpublic IParticle y(IDoubleI vy)
IVecI
y in interface IVecIy in class IPointAgentpublic IParticle z(IDoubleI vz)
IVecI
z in interface IVecIz in class IPointAgentpublic IParticle dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IPointAgentpublic IParticle set(IVecI v)
set in interface IVecIset in class IPointAgent
public IParticle set(double x,
double y,
double z)
set in interface IVecIset in class IPointAgent
public IParticle set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IPointAgent
public IParticle add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticle add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticle sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgent
public IParticle sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticle sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IPointAgentpublic IParticle mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticle mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IPointAgentpublic IParticle div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticle div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IPointAgentpublic IParticle neg()
neg in interface ITransformableneg in interface IVecIneg in class IPointAgentpublic IParticle rev()
IVecI
rev in interface IVecIrev in class IPointAgentpublic IParticle flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IPointAgentpublic IParticle zero()
IVecI
zero in interface IVecIzero in class IPointAgent
public IParticle add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticle add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticle add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgent
public IParticle add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IPointAgentpublic IParticle len(IDoubleI l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticle len(double l)
IVecI
len in interface IVecIlen in class IPointAgentpublic IParticle unit()
IVecI
unit in interface IVecIunit in class IPointAgentpublic IParticle rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticle rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticle rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticle rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticle rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticle rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticle rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IPointAgent
public IParticle rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgent
public IParticle rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IPointAgentpublic IParticle rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(double angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticle rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticle rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticle rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIrot2 in class IPointAgentpublic IParticle rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgent
public IParticle rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IPointAgentpublic IParticle scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IPointAgentpublic IParticle scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticle scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticle scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IPointAgent
public IParticle scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IPointAgent
public IParticle scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticle scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticle scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgent
public IParticle scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticle scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IPointAgent
public IParticle scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IPointAgentpublic IParticle ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticle ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgent
public IParticle ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IPointAgent
public IParticle ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IPointAgentpublic IParticle mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticle mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticle mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IPointAgent
public IParticle mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IPointAgent
public IParticle shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
ITransformable
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticle shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticle shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticle shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IPointAgent
public IParticle shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticle shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticle shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticle shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IPointAgent
public IParticle shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticle shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticle shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticle shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IPointAgent
public IParticle shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticle shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticle shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticle shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IPointAgent
public IParticle translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgent
public IParticle translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticle translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IPointAgentpublic IParticle transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgentpublic IParticle transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticle transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticle transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IPointAgent
public IParticle mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IPointAgent
public IParticle mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticle mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IPointAgentpublic IParticle cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticle cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IPointAgent
public IParticle cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticle cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IPointAgentpublic IParticle setSize(double sz)
setSize in class IPointAgentpublic IParticle size(double sz)
size in class IPointAgentpublic IParticle name(java.lang.String nm)
name in class IPointAgentpublic IParticle layer(ILayer l)
IObject
layer in class IPointAgentpublic IParticle show()
show in class IPointAgentpublic IParticle hide()
hide in class IPointAgentpublic IParticle showPoint()
showPoint in class IPointAgentpublic IParticle hidePoint()
hidePoint in class IPointAgentpublic IParticle showGeometry()
IPointAgent
showGeometry in class IPointAgentpublic IParticle hideGeometry()
IPointAgent
hideGeometry in class IPointAgentpublic IParticle clr(IColor c)
clr in class IPointAgent
public IParticle clr(IColor c,
int alpha)
IObject
clr in class IPointAgent
public IParticle clr(IColor c,
float alpha)
IObject
clr in class IPointAgent
public IParticle clr(IColor c,
double alpha)
IObject
clr in class IPointAgentpublic IParticle clr(int gray)
clr in class IPointAgentpublic IParticle clr(float fgray)
clr in class IPointAgentpublic IParticle clr(double dgray)
clr in class IPointAgent
public IParticle clr(int gray,
int alpha)
clr in class IPointAgent
public IParticle clr(float fgray,
float falpha)
clr in class IPointAgent
public IParticle clr(double dgray,
double dalpha)
clr in class IPointAgent
public IParticle clr(int r,
int g,
int b)
clr in class IPointAgent
public IParticle clr(float fr,
float fg,
float fb)
clr in class IPointAgent
public IParticle clr(double dr,
double dg,
double db)
clr in class IPointAgent
public IParticle clr(int r,
int g,
int b,
int a)
clr in class IPointAgent
public IParticle clr(float fr,
float fg,
float fb,
float fa)
clr in class IPointAgent
public IParticle clr(double dr,
double dg,
double db,
double da)
clr in class IPointAgent
public IParticle hsb(float h,
float s,
float b,
float a)
hsb in class IPointAgent
public IParticle hsb(double h,
double s,
double b,
double a)
hsb in class IPointAgent
public IParticle hsb(float h,
float s,
float b)
hsb in class IPointAgent
public IParticle hsb(double h,
double s,
double b)
hsb in class IPointAgentpublic IParticle setColor(IColor c)
setColor in class IPointAgent
public IParticle setColor(IColor c,
int alpha)
setColor in class IPointAgent
public IParticle setColor(IColor c,
float alpha)
setColor in class IPointAgent
public IParticle setColor(IColor c,
double alpha)
setColor in class IPointAgentpublic IParticle setColor(int gray)
setColor in class IPointAgentpublic IParticle setColor(float fgray)
setColor in class IPointAgentpublic IParticle setColor(double dgray)
setColor in class IPointAgent
public IParticle setColor(int gray,
int alpha)
setColor in class IPointAgent
public IParticle setColor(float fgray,
float falpha)
setColor in class IPointAgent
public IParticle setColor(double dgray,
double dalpha)
setColor in class IPointAgent
public IParticle setColor(int r,
int g,
int b)
setColor in class IPointAgent
public IParticle setColor(float fr,
float fg,
float fb)
setColor in class IPointAgent
public IParticle setColor(double dr,
double dg,
double db)
setColor in class IPointAgent
public IParticle setColor(int r,
int g,
int b,
int a)
setColor in class IPointAgent
public IParticle setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IPointAgent
public IParticle setColor(double dr,
double dg,
double db,
double da)
setColor in class IPointAgent
public IParticle setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IPointAgent
public IParticle setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IPointAgent
public IParticle setHSBColor(float h,
float s,
float b)
setHSBColor in class IPointAgent
public IParticle setHSBColor(double h,
double s,
double b)
setHSBColor in class IPointAgentpublic IParticle weight(double w)
weight in class IPointAgentpublic IParticle weight(float w)
weight in class IPointAgentpublic IParticle target(IObject targetObj)
target in interface IDynamicstarget in interface IParticleItarget in class IAgentpublic IParticle removeTarget(int i)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgentpublic IParticle removeTarget(IObject obj)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IAgent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||