|
|||||||||
| 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.IParticleTrajectory
public class IParticleTrajectory
Particle agent with trajectory curve.
| Field Summary | |
|---|---|
ITrajectoryGeo |
trajectory
|
| 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 |
| Constructor Summary | |
|---|---|
IParticleTrajectory()
|
|
IParticleTrajectory(double x,
double y,
double z)
|
|
IParticleTrajectory(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IParticleTrajectory(IParticle p)
|
|
IParticleTrajectory(IParticleGeo ptcl)
|
|
IParticleTrajectory(IParticleGeo ptcl,
IVecI vel)
|
|
IParticleTrajectory(IParticle p,
IVecI vel)
|
|
IParticleTrajectory(IVec p)
|
|
IParticleTrajectory(IVecI p)
|
|
IParticleTrajectory(IVecI p,
IVecI vel)
|
|
IParticleTrajectory(IVec p,
IVec vel)
|
|
| Method Summary | |
|---|---|
IParticleTrajectory |
add(double x,
double y,
double z)
|
IParticleTrajectory |
add(double f,
IVecI v)
scale add alias |
IParticleTrajectory |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleTrajectory |
add(IDoubleI f,
IVecI v)
scale add alias |
IParticleTrajectory |
add(IVecI v)
|
IParticleTrajectory |
add(IVecI v,
double f)
scale add |
IParticleTrajectory |
add(IVecI v,
IDoubleI f)
scale add |
IParticleTrajectory |
addCP(IVecI pt)
add a point at the end of trajectory curve |
IParticleTrajectory |
addForce(double fx,
double fy,
double fz)
alias of push |
IParticleTrajectory |
addForce(IVecI f)
alias of push |
IParticleTrajectory |
attach(IGeometry... geometries)
attach geometry object to agent to track its location. |
IParticleTrajectory |
attach(IVecI geometryOrigin,
IGeometry... geometries)
attach geometry object to agent to track its location. |
IParticleTrajectory |
attach(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
attach geometry object to agent to track its location. |
IParticleTrajectory |
clr(java.awt.Color c)
|
IParticleTrajectory |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IParticleTrajectory |
clr(double dgray)
|
IParticleTrajectory |
clr(double dgray,
double dalpha)
|
IParticleTrajectory |
clr(double dr,
double dg,
double db)
|
IParticleTrajectory |
clr(double dr,
double dg,
double db,
double da)
|
IParticleTrajectory |
clr(float fgray)
|
IParticleTrajectory |
clr(float fgray,
float falpha)
|
IParticleTrajectory |
clr(float fr,
float fg,
float fb)
|
IParticleTrajectory |
clr(float fr,
float fg,
float fb,
float fa)
|
IParticleTrajectory |
clr(int gray)
|
IParticleTrajectory |
clr(int gray,
int alpha)
|
IParticleTrajectory |
clr(int r,
int g,
int b)
|
IParticleTrajectory |
clr(int r,
int g,
int b,
int a)
|
IParticleTrajectory |
cp()
alias of dup() |
IParticleTrajectory |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticleTrajectory |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IParticleTrajectory |
cp(IVecI v)
cp() is alias of dup().add() |
ICurve |
curve()
get trajectory curve |
IParticleTrajectory |
decay(double d)
|
int |
deg()
|
IParticleTrajectory |
deg(int newDegree)
|
void |
del()
|
IParticleTrajectory |
div(double v)
|
IParticleTrajectory |
div(IDoubleI v)
|
IParticleTrajectory |
dup()
duplicate object |
IParticleTrajectory |
fix()
IParticleI API |
IParticleTrajectory |
flip()
alias of neg |
IParticleTrajectory |
force(IVecI v)
set force |
IParticleTrajectory |
frc(IVecI v)
set force |
IParticleTrajectory |
fric(double friction)
set friction |
IParticleTrajectory |
friction(double friction)
set friction |
IParticleTrajectory |
hide()
|
IParticleTrajectory |
hideGeometry()
hide attached geometry |
IParticleTrajectory |
hidePoint()
|
IParticleTrajectory |
hideTrajectory()
|
IParticleTrajectory |
hsb(double h,
double s,
double b)
|
IParticleTrajectory |
hsb(double h,
double s,
double b,
double a)
|
IParticleTrajectory |
hsb(float h,
float s,
float b)
|
IParticleTrajectory |
hsb(float h,
float s,
float b,
float a)
|
void |
initTrajectory()
|
IParticleTrajectory |
layer(ILayer l)
Set layer by ILayer object |
IParticleTrajectory |
len(double l)
setting length |
IParticleTrajectory |
len(IDoubleI l)
setting length |
IParticleTrajectory |
mass(double mass)
set mass |
IParticleTrajectory |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref |
IParticleTrajectory |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref |
IParticleTrajectory |
mirror(IVecI planeDir)
mirror is alias of ref |
IParticleTrajectory |
mirror(IVecI center,
IVecI planeDir)
alias of ref |
IParticleTrajectory |
mul(double v)
|
IParticleTrajectory |
mul(IDoubleI v)
|
IParticleTrajectory |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticleTrajectory |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IParticleTrajectory |
mv(IVecI v)
mv() is alias of add() |
IParticleTrajectory |
name(java.lang.String nm)
methods of IObject |
IParticleTrajectory |
neg()
|
IParticleTrajectory |
pos(IVecI v)
set position |
IParticleTrajectory |
position(IVecI v)
set position |
IParticleTrajectory |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg()) |
IParticleTrajectory |
pull(IVecI f)
equivalent to push(f.dup().neg()) |
IParticleTrajectory |
push(double fx,
double fy,
double fz)
adding force to particle |
IParticleTrajectory |
push(IVecI f)
adding force to particle |
IParticleTrajectory |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleTrajectory |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleTrajectory |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleTrajectory |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IParticleTrajectory |
removeTarget(int i)
remove target object. |
IParticleTrajectory |
removeTarget(IObject obj)
remove target object. |
IParticleTrajectory |
reset()
setting force zero |
IParticleTrajectory |
resetForce()
alias of reset |
IParticleTrajectory |
rev()
alias of neg() |
IParticleTrajectory |
rot(double angle)
rotation on XY plane |
IParticleTrajectory |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IParticleTrajectory |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IParticleTrajectory |
rot(IDoubleI angle)
rotation around z-axis and origin |
IParticleTrajectory |
rot(IVecI axis,
double angle)
rotation around axis vector |
IParticleTrajectory |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticleTrajectory |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IParticleTrajectory |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IParticleTrajectory |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IParticleTrajectory |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IParticleTrajectory |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IParticleTrajectory |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticleTrajectory |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IParticleTrajectory |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IParticleTrajectory |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticleTrajectory |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IParticleTrajectory |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IParticleTrajectory |
scale(double f)
alias of mul |
IParticleTrajectory |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IParticleTrajectory |
scale(IDoubleI f)
alias of mul |
IParticleTrajectory |
scale(IVecI center,
double f)
scale from a center |
IParticleTrajectory |
scale(IVecI center,
IDoubleI f)
scale from a center |
IParticleTrajectory |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IParticleTrajectory |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IParticleTrajectory |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticleTrajectory |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IParticleTrajectory |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IParticleTrajectory |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IParticleTrajectory |
set(double x,
double y,
double z)
|
IParticleTrajectory |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleTrajectory |
set(IVecI v)
|
IParticleTrajectory |
setColor(java.awt.Color c)
|
IParticleTrajectory |
setColor(java.awt.Color c,
int alpha)
|
IParticleTrajectory |
setColor(double dgray)
|
IParticleTrajectory |
setColor(double dgray,
double dalpha)
|
IParticleTrajectory |
setColor(double dr,
double dg,
double db)
|
IParticleTrajectory |
setColor(double dr,
double dg,
double db,
double da)
|
IParticleTrajectory |
setColor(float fgray)
|
IParticleTrajectory |
setColor(float fgray,
float falpha)
|
IParticleTrajectory |
setColor(float fr,
float fg,
float fb)
|
IParticleTrajectory |
setColor(float fr,
float fg,
float fb,
float fa)
|
IParticleTrajectory |
setColor(int gray)
|
IParticleTrajectory |
setColor(int gray,
int alpha)
|
IParticleTrajectory |
setColor(int r,
int g,
int b)
|
IParticleTrajectory |
setColor(int r,
int g,
int b,
int a)
|
IParticleTrajectory |
setHSBColor(double h,
double s,
double b)
|
IParticleTrajectory |
setHSBColor(double h,
double s,
double b,
double a)
|
IParticleTrajectory |
setHSBColor(float h,
float s,
float b)
|
IParticleTrajectory |
setHSBColor(float h,
float s,
float b,
float a)
|
IParticleTrajectory |
setSize(double sz)
methods of IPoint |
IParticleTrajectory |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleTrajectory |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleTrajectory |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleTrajectory |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleTrajectory |
shearXY(double sxy,
double syx)
shear operation on XY |
IParticleTrajectory |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleTrajectory |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IParticleTrajectory |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleTrajectory |
shearYZ(double syz,
double szy)
shear operation on YZ |
IParticleTrajectory |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleTrajectory |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IParticleTrajectory |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleTrajectory |
shearZX(double szx,
double sxz)
shear operation on ZX |
IParticleTrajectory |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleTrajectory |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IParticleTrajectory |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleTrajectory |
show()
|
IParticleTrajectory |
showGeometry()
show attached geometry |
IParticleTrajectory |
showPoint()
|
IParticleTrajectory |
showTrajectory()
|
IParticleTrajectory |
size(double sz)
|
IParticleTrajectory |
sub(double x,
double y,
double z)
|
IParticleTrajectory |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleTrajectory |
sub(IVecI v)
|
IParticleTrajectory |
target(IObject targetObj)
add terget object to be updated by this dynamic object. |
ICurve |
trajectory()
alias of curve() |
IParticleTrajectory |
transform(IMatrix3I mat)
transform with a transformation matrix |
IParticleTrajectory |
transform(IMatrix4I mat)
transform with a transformation matrix |
IParticleTrajectory |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IParticleTrajectory |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IParticleTrajectory |
translate(double x,
double y,
double z)
translate() is alias of add() |
IParticleTrajectory |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IParticleTrajectory |
translate(IVecI v)
alias of add() |
IParticleTrajectory |
unfix()
unfix movement |
IParticleTrajectory |
unit()
unitize |
IParticleTrajectory |
vel(IVecI v)
set velocity |
IParticleTrajectory |
velocity(IVecI v)
set velocity |
IParticleTrajectory |
weight(double w)
|
IParticleTrajectory |
weight(float w)
|
IParticleTrajectory |
x(double vx)
methods of IVecI |
IParticleTrajectory |
x(IDoubleI vx)
setting x component |
IParticleTrajectory |
y(double vy)
setting y component |
IParticleTrajectory |
y(IDoubleI vy)
setting y component |
IParticleTrajectory |
z(double vz)
setting z component |
IParticleTrajectory |
z(IDoubleI vz)
setting z component |
IParticleTrajectory |
zero()
setting all zero |
| Methods inherited from class igeo.IParticle |
|---|
acc, acceleration, decay, fixed, force, frc, fric, friction, initParticleAgent, initParticleAgent, initParticleAgent, initParticleAgent, initParticleAgent, mass, pos, position, skipUpdateOnce, skipUpdateOnce, vel, velocity |
| Methods inherited from class igeo.IPointAgent |
|---|
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, getSize, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, size, sum, sum, sum, sum, sum, sum, sum, 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, blue, blueInt, clearDynamics, clearGraphics, clr, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, syncGraphic, syncWeight, 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, to4d, to4d, to4d, x, x, x, y, y, y, z, z, z |
| Field Detail |
|---|
public ITrajectoryGeo trajectory
| Constructor Detail |
|---|
public IParticleTrajectory()
public IParticleTrajectory(double x,
double y,
double z)
public IParticleTrajectory(IVec p)
public IParticleTrajectory(IVecI p)
public IParticleTrajectory(IParticleGeo ptcl)
public IParticleTrajectory(IParticle p)
public IParticleTrajectory(double x,
double y,
double z,
double vx,
double vy,
double vz)
public IParticleTrajectory(IVec p,
IVec vel)
public IParticleTrajectory(IVecI p,
IVecI vel)
public IParticleTrajectory(IParticleGeo ptcl,
IVecI vel)
public IParticleTrajectory(IParticle p,
IVecI vel)
| Method Detail |
|---|
public void initTrajectory()
public int deg()
public IParticleTrajectory deg(int newDegree)
public ICurve curve()
curve in interface ITrajectoryIpublic ICurve trajectory()
trajectory in interface ITrajectoryIpublic IParticleTrajectory addCP(IVecI pt)
ITrajectoryI
addCP in interface ITrajectoryIpublic IParticleTrajectory fix()
fix in interface IParticleIfix in class IParticlepublic IParticleTrajectory unfix()
IParticleI
unfix in interface IParticleIunfix in class IParticlepublic IParticleTrajectory mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticlepublic IParticleTrajectory position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticlepublic IParticleTrajectory pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticlepublic IParticleTrajectory velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticlepublic IParticleTrajectory vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticlepublic IParticleTrajectory force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticlepublic IParticleTrajectory frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticlepublic IParticleTrajectory friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticlepublic IParticleTrajectory fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticlepublic IParticleTrajectory decay(double d)
decay in interface IParticleIdecay in class IParticlepublic IParticleTrajectory push(IVecI f)
IParticleI
push in interface IParticleIpush in class IParticle
public IParticleTrajectory push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpush in class IParticlepublic IParticleTrajectory pull(IVecI f)
IParticleI
pull in interface IParticleIpull in class IParticle
public IParticleTrajectory pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpull in class IParticlepublic IParticleTrajectory addForce(IVecI f)
IParticleI
addForce in interface IParticleIaddForce in class IParticle
public IParticleTrajectory addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIaddForce in class IParticlepublic IParticleTrajectory reset()
IParticleI
reset in interface IParticleIreset in class IParticlepublic IParticleTrajectory resetForce()
IParticleI
resetForce in interface IParticleIresetForce in class IParticlepublic IParticleTrajectory attach(IGeometry... geometries)
attach in class IParticlegeometries - one or more geometry objects. object's center is moved to the agent's location.
public IParticleTrajectory attach(IVecI geometryOrigin,
IGeometry... geometries)
attach in class IParticlegeometryOrigin - origin of geometry object which is moved to the agent's location.geometries - one or more geometry objects.
public IParticleTrajectory attach(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
attach in class IParticlegeometryOrigin - 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 IParticleTrajectory x(double vx)
x in interface IVecIx in class IParticlepublic IParticleTrajectory y(double vy)
IVecI
y in interface IVecIy in class IParticlepublic IParticleTrajectory z(double vz)
IVecI
z in interface IVecIz in class IParticlepublic IParticleTrajectory x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticlepublic IParticleTrajectory y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticlepublic IParticleTrajectory z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticlepublic IParticleTrajectory dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IParticlepublic IParticleTrajectory set(IVecI v)
set in interface IVecIset in class IParticle
public IParticleTrajectory set(double x,
double y,
double z)
set in interface IVecIset in class IParticle
public IParticleTrajectory set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticle
public IParticleTrajectory add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleTrajectory add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IParticleTrajectory add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleTrajectory sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticle
public IParticleTrajectory sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticlepublic IParticleTrajectory sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IParticlepublic IParticleTrajectory mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IParticlepublic IParticleTrajectory mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticlepublic IParticleTrajectory div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IParticlepublic IParticleTrajectory div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticlepublic IParticleTrajectory neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticlepublic IParticleTrajectory rev()
IVecI
rev in interface IVecIrev in class IParticlepublic IParticleTrajectory flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticlepublic IParticleTrajectory zero()
IVecI
zero in interface IVecIzero in class IParticle
public IParticleTrajectory add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleTrajectory add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleTrajectory add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleTrajectory add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IParticleTrajectory len(IDoubleI l)
IVecI
len in interface IVecIlen in class IParticlepublic IParticleTrajectory len(double l)
IVecI
len in interface IVecIlen in class IParticlepublic IParticleTrajectory unit()
IVecI
unit in interface IVecIunit in class IParticlepublic IParticleTrajectory rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticlepublic IParticleTrajectory rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleTrajectory rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticlepublic IParticleTrajectory rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticlepublic IParticleTrajectory rot2(double angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleTrajectory rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleTrajectory rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleTrajectory rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIrot2 in class IParticlepublic IParticleTrajectory rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleTrajectory rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticlepublic IParticleTrajectory scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IParticlepublic IParticleTrajectory scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleTrajectory scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleTrajectory scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleTrajectory scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticle
public IParticleTrajectory scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleTrajectory scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleTrajectory scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticle
public IParticleTrajectory scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleTrajectory scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleTrajectory scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticlepublic IParticleTrajectory ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IParticle
public IParticleTrajectory ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticle
public IParticleTrajectory ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IParticle
public IParticleTrajectory ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticlepublic IParticleTrajectory mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IParticle
public IParticleTrajectory mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticle
public IParticleTrajectory mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IParticle
public IParticleTrajectory mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticle
public IParticleTrajectory shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
ITransformable
shear in interface ITransformableshear in interface IVecIshear in class IParticle
public IParticleTrajectory shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IParticle
public IParticleTrajectory 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 IParticle
public IParticleTrajectory 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 IParticle
public IParticleTrajectory shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleTrajectory shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleTrajectory shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleTrajectory shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleTrajectory shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleTrajectory shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleTrajectory shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleTrajectory shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleTrajectory shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleTrajectory shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleTrajectory shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleTrajectory shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleTrajectory translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticle
public IParticleTrajectory translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IParticleTrajectory translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IParticleTrajectory transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticlepublic IParticleTrajectory transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleTrajectory transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleTrajectory transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleTrajectory mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IParticle
public IParticleTrajectory mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IParticleTrajectory mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IParticleTrajectory cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IParticle
public IParticleTrajectory cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IParticle
public IParticleTrajectory cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticlepublic IParticleTrajectory cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticlepublic IParticleTrajectory setSize(double sz)
setSize in class IParticlepublic IParticleTrajectory size(double sz)
size in class IParticlepublic IParticleTrajectory name(java.lang.String nm)
name in class IParticlepublic IParticleTrajectory layer(ILayer l)
IObject
layer in class IParticlepublic IParticleTrajectory show()
show in class IParticlepublic IParticleTrajectory hide()
hide in class IParticlepublic IParticleTrajectory showPoint()
showPoint in class IParticlepublic IParticleTrajectory hidePoint()
hidePoint in class IParticlepublic IParticleTrajectory showGeometry()
IPointAgent
showGeometry in class IParticlepublic IParticleTrajectory hideGeometry()
IPointAgent
hideGeometry in class IParticlepublic IParticleTrajectory showTrajectory()
public IParticleTrajectory hideTrajectory()
public void del()
del in class IPointAgentpublic IParticleTrajectory clr(java.awt.Color c)
clr in class IParticle
public IParticleTrajectory clr(java.awt.Color c,
int alpha)
IObject
clr in class IParticlepublic IParticleTrajectory clr(int gray)
clr in class IParticlepublic IParticleTrajectory clr(float fgray)
clr in class IParticlepublic IParticleTrajectory clr(double dgray)
clr in class IParticle
public IParticleTrajectory clr(int gray,
int alpha)
clr in class IParticle
public IParticleTrajectory clr(float fgray,
float falpha)
clr in class IParticle
public IParticleTrajectory clr(double dgray,
double dalpha)
clr in class IParticle
public IParticleTrajectory clr(int r,
int g,
int b)
clr in class IParticle
public IParticleTrajectory clr(float fr,
float fg,
float fb)
clr in class IParticle
public IParticleTrajectory clr(double dr,
double dg,
double db)
clr in class IParticle
public IParticleTrajectory clr(int r,
int g,
int b,
int a)
clr in class IParticle
public IParticleTrajectory clr(float fr,
float fg,
float fb,
float fa)
clr in class IParticle
public IParticleTrajectory clr(double dr,
double dg,
double db,
double da)
clr in class IParticle
public IParticleTrajectory hsb(float h,
float s,
float b,
float a)
hsb in class IParticle
public IParticleTrajectory hsb(double h,
double s,
double b,
double a)
hsb in class IParticle
public IParticleTrajectory hsb(float h,
float s,
float b)
hsb in class IParticle
public IParticleTrajectory hsb(double h,
double s,
double b)
hsb in class IParticlepublic IParticleTrajectory setColor(java.awt.Color c)
setColor in class IParticle
public IParticleTrajectory setColor(java.awt.Color c,
int alpha)
setColor in class IParticlepublic IParticleTrajectory setColor(int gray)
setColor in class IParticlepublic IParticleTrajectory setColor(float fgray)
setColor in class IParticlepublic IParticleTrajectory setColor(double dgray)
setColor in class IParticle
public IParticleTrajectory setColor(int gray,
int alpha)
setColor in class IParticle
public IParticleTrajectory setColor(float fgray,
float falpha)
setColor in class IParticle
public IParticleTrajectory setColor(double dgray,
double dalpha)
setColor in class IParticle
public IParticleTrajectory setColor(int r,
int g,
int b)
setColor in class IParticle
public IParticleTrajectory setColor(float fr,
float fg,
float fb)
setColor in class IParticle
public IParticleTrajectory setColor(double dr,
double dg,
double db)
setColor in class IParticle
public IParticleTrajectory setColor(int r,
int g,
int b,
int a)
setColor in class IParticle
public IParticleTrajectory setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IParticle
public IParticleTrajectory setColor(double dr,
double dg,
double db,
double da)
setColor in class IParticle
public IParticleTrajectory setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IParticle
public IParticleTrajectory setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IParticle
public IParticleTrajectory setHSBColor(float h,
float s,
float b)
setHSBColor in class IParticle
public IParticleTrajectory setHSBColor(double h,
double s,
double b)
setHSBColor in class IParticlepublic IParticleTrajectory weight(double w)
weight in class IParticlepublic IParticleTrajectory weight(float w)
weight in class IParticlepublic IParticleTrajectory target(IObject targetObj)
target in interface IDynamicstarget in interface IParticleItarget in class IParticlepublic IParticleTrajectory removeTarget(int i)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IParticlepublic IParticleTrajectory removeTarget(IObject obj)
removeTarget in interface IDynamicsremoveTarget in interface IParticleIremoveTarget in class IParticle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||