|
|||||||||
| 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.IBoid
public class IBoid
Class of an agent based on one point, extending IPoint and implements IDynamics
| 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 |
| Constructor Summary | |
|---|---|
IBoid()
|
|
IBoid(double x,
double y,
double z)
|
|
IBoid(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IBoid(IBoid b)
|
|
IBoid(IVec pt)
|
|
IBoid(IVecI pt)
|
|
IBoid(IVecI pt,
IVecI vel)
|
|
IBoid(IVec pt,
IVec vel)
|
|
| Method Summary | |
|---|---|
IBoid |
add(double x,
double y,
double z)
|
IBoid |
add(double f,
IVecI v)
scale add alias |
IBoid |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
add(IDoubleI f,
IVecI v)
scale add alias |
IBoid |
add(IVecI v)
|
IBoid |
add(IVecI v,
double f)
scale add |
IBoid |
add(IVecI v,
IDoubleI f)
scale add |
IBoid |
addForce(double fx,
double fy,
double fz)
alias of push |
IBoid |
addForce(IVecI f)
alias of push |
IBoid |
ali(double ratio,
double dist)
|
double |
aliDist()
|
IBoid |
aliDist(double dist)
|
IBoid |
alignment(double ratio,
double dist)
|
double |
alignmentDist()
|
IBoid |
alignmentDist(double dist)
|
double |
alignmentLimit()
|
IBoid |
alignmentLimit(double limit)
|
double |
alignmentRatio()
|
IBoid |
alignmentRatio(double ratio)
|
double |
aliLimit()
|
IBoid |
aliLimit(double limit)
|
double |
aliRatio()
|
IBoid |
aliRatio(double ratio)
|
IBoid |
attach(IGeometry... geometries)
attach geometry object to agent to track its location. |
IBoid |
attach(IVecI geometryOrigin,
IGeometry... geometries)
attach geometry object to agent to track its location. |
IBoid |
attach(IVecI geometryOrigin,
IVecI geometryOrientation,
IGeometry... geometries)
attach geometry object to agent to track its location. |
IBoidGeo |
boid()
|
IBoid |
clr(double dgray)
|
IBoid |
clr(double dgray,
double dalpha)
|
IBoid |
clr(double dr,
double dg,
double db)
|
IBoid |
clr(double dr,
double dg,
double db,
double da)
|
IBoid |
clr(float fgray)
|
IBoid |
clr(float fgray,
float falpha)
|
IBoid |
clr(float fr,
float fg,
float fb)
|
IBoid |
clr(float fr,
float fg,
float fb,
float fa)
|
IBoid |
clr(IColor c)
|
IBoid |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten |
IBoid |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten |
IBoid |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten |
IBoid |
clr(int gray)
|
IBoid |
clr(int gray,
int alpha)
|
IBoid |
clr(int r,
int g,
int b)
|
IBoid |
clr(int r,
int g,
int b,
int a)
|
IBoid |
coh(double ratio,
double dist)
|
double |
cohDist()
|
IBoid |
cohDist(double dist)
|
IBoid |
cohesion(double ratio,
double dist)
|
double |
cohesionDist()
|
IBoid |
cohesionDist(double dist)
|
double |
cohesionLimit()
|
IBoid |
cohesionLimit(double limit)
|
double |
cohesionRatio()
|
IBoid |
cohesionRatio(double ratio)
|
double |
cohLimit()
|
IBoid |
cohLimit(double limit)
|
double |
cohRatio()
|
IBoid |
cohRatio(double ratio)
|
IBoid |
cp()
alias of dup() |
IBoid |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IBoid |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IBoid |
cp(IVecI v)
cp() is alias of dup().add() |
IBoid |
decay(double d)
|
IBoid |
div(double v)
|
IBoid |
div(IDoubleI v)
|
IBoid |
dup()
duplicate object |
IBoid |
fix()
IParticleI API |
IBoid |
flip()
alias of neg |
IBoid |
force(IVecI v)
set force |
IBoid |
frc(IVecI v)
set force |
IBoid |
fric(double friction)
set friction |
IBoid |
friction(double friction)
set friction |
IBoid |
hide()
|
IBoid |
hideGeometry()
hide attached geometry |
IBoid |
hidePoint()
|
IBoid |
hsb(double h,
double s,
double b)
|
IBoid |
hsb(double h,
double s,
double b,
double a)
|
IBoid |
hsb(float h,
float s,
float b)
|
IBoid |
hsb(float h,
float s,
float b,
float a)
|
IBoid |
layer(ILayer l)
Set layer by ILayer object |
IBoid |
len(double l)
setting length |
IBoid |
len(IDoubleI l)
setting length |
IBoid |
mass(double mass)
set mass |
IBoid |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref |
IBoid |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref |
IBoid |
mirror(IVecI planeDir)
mirror is alias of ref |
IBoid |
mirror(IVecI center,
IVecI planeDir)
alias of ref |
IBoid |
mul(double v)
|
IBoid |
mul(IDoubleI v)
|
IBoid |
mv(double x,
double y,
double z)
mv() is alias of add() |
IBoid |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IBoid |
mv(IVecI v)
mv() is alias of add() |
IBoid |
name(java.lang.String nm)
methods of IObject |
IBoid |
neg()
|
IBoid |
param(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
|
IBoid |
parameter(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
|
IBoid |
pos(IVecI v)
set position |
IBoid |
position(IVecI v)
set position |
IBoid |
pull(double fx,
double fy,
double fz)
equivalent to push(f.dup().neg()) |
IBoid |
pull(IVecI f)
equivalent to push(f.dup().neg()) |
IBoid |
push(double fx,
double fy,
double fz)
adding force to particle |
IBoid |
push(IVecI f)
adding force to particle |
IBoid |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IBoid |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IBoid |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IBoid |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IBoid |
reset()
setting force zero |
IBoid |
resetForce()
alias of reset |
IBoid |
rev()
alias of neg() |
IBoid |
rot(double angle)
rotation on XY plane |
IBoid |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IBoid |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IBoid |
rot(IDoubleI angle)
rotation around z-axis and origin |
IBoid |
rot(IVecI axis,
double angle)
rotation around axis vector |
IBoid |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IBoid |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IBoid |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IBoid |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IBoid |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IBoid |
rot2(double angle)
rotation on xy-plane; alias of rot(double) |
IBoid |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IBoid |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI) |
IBoid |
rot2(IVecI destDir)
rotation on xy-plane towards destDir |
IBoid |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IBoid |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane |
IBoid |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt |
IBoid |
scale(double f)
alias of mul |
IBoid |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IBoid |
scale(IDoubleI f)
alias of mul |
IBoid |
scale(IVecI center,
double f)
scale from a center |
IBoid |
scale(IVecI center,
IDoubleI f)
scale from a center |
IBoid |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IBoid |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IBoid |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IBoid |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IBoid |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IBoid |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IBoid |
sep(double ratio,
double dist)
|
IBoid |
separation(double ratio,
double dist)
|
double |
separationDist()
|
IBoid |
separationDist(double dist)
|
double |
separationLimit()
|
IBoid |
separationLimit(double limit)
|
double |
separationRatio()
|
IBoid |
separationRatio(double ratio)
|
double |
sepDist()
|
IBoid |
sepDist(double dist)
|
double |
sepLimit()
|
IBoid |
sepLimit(double limit)
|
double |
sepRatio()
|
IBoid |
sepRatio(double ratio)
|
IBoid |
set(double x,
double y,
double z)
|
IBoid |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
set(IVecI v)
|
IBoid |
setColor(double dgray)
|
IBoid |
setColor(double dgray,
double dalpha)
|
IBoid |
setColor(double dr,
double dg,
double db)
|
IBoid |
setColor(double dr,
double dg,
double db,
double da)
|
IBoid |
setColor(float fgray)
|
IBoid |
setColor(float fgray,
float falpha)
|
IBoid |
setColor(float fr,
float fg,
float fb)
|
IBoid |
setColor(float fr,
float fg,
float fb,
float fa)
|
IBoid |
setColor(IColor c)
|
IBoid |
setColor(IColor c,
double alpha)
|
IBoid |
setColor(IColor c,
float alpha)
|
IBoid |
setColor(IColor c,
int alpha)
|
IBoid |
setColor(int gray)
|
IBoid |
setColor(int gray,
int alpha)
|
IBoid |
setColor(int r,
int g,
int b)
|
IBoid |
setColor(int r,
int g,
int b,
int a)
|
IBoid |
setHSBColor(double h,
double s,
double b)
|
IBoid |
setHSBColor(double h,
double s,
double b,
double a)
|
IBoid |
setHSBColor(float h,
float s,
float b)
|
IBoid |
setHSBColor(float h,
float s,
float b,
float a)
|
IBoid |
setSize(double sz)
methods of IPoint |
IBoid |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IBoid |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IBoid |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IBoid |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IBoid |
shearXY(double sxy,
double syx)
shear operation on XY |
IBoid |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IBoid |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IBoid |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IBoid |
shearYZ(double syz,
double szy)
shear operation on YZ |
IBoid |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IBoid |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IBoid |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IBoid |
shearZX(double szx,
double sxz)
shear operation on ZX |
IBoid |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IBoid |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IBoid |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IBoid |
show()
|
IBoid |
showGeometry()
show attached geometry |
IBoid |
showPoint()
|
IBoid |
size(double sz)
|
IBoid |
skipUpdateOnce(boolean f)
for other agent to control particle |
IBoid |
sub(double x,
double y,
double z)
|
IBoid |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
sub(IVecI v)
|
IBoid |
transform(IMatrix3I mat)
transform with a transformation matrix |
IBoid |
transform(IMatrix4I mat)
transform with a transformation matrix |
IBoid |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IBoid |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IBoid |
translate(double x,
double y,
double z)
translate() is alias of add() |
IBoid |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IBoid |
translate(IVecI v)
alias of add() |
IBoid |
unfix()
unfix movement |
IBoid |
unit()
unitize |
IBoid |
vel(IVecI v)
set velocity |
IBoid |
velocity(IVecI v)
set velocity |
IBoid |
weight(double w)
|
IBoid |
weight(float w)
|
IBoid |
x(double vx)
methods of IVecI |
IBoid |
x(IDoubleI vx)
setting x component |
IBoid |
y(double vy)
setting y component |
IBoid |
y(IDoubleI vy)
setting y component |
IBoid |
z(double vz)
setting z component |
IBoid |
z(IDoubleI vz)
setting z component |
IBoid |
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, removeTarget, removeTarget, skipUpdateOnce, target, vel, velocity |
| Methods inherited from class igeo.IPointAgent |
|---|
angle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, 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, 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, awtColor, blue, blueInt, clearDynamics, clearGraphics, clr, clr, clr, clr, clr, color, 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, 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 |
|---|
acc, acceleration, decay, fixed, force, frc, fric, friction, mass, pos, position, removeTarget, removeTarget, skipUpdateOnce, target, target, targetNum, targets, updateTarget, vel, velocity |
| 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 |
| Constructor Detail |
|---|
public IBoid()
public IBoid(IVecI pt)
public IBoid(IVec pt)
public IBoid(IVecI pt,
IVecI vel)
public IBoid(IVec pt,
IVec vel)
public IBoid(double x,
double y,
double z)
public IBoid(double x,
double y,
double z,
double vx,
double vy,
double vz)
public IBoid(IBoid b)
| Method Detail |
|---|
public IBoidGeo boid()
public double cohDist()
cohDist in interface IBoidIpublic double cohesionDist()
cohesionDist in interface IBoidIpublic IBoid cohDist(double dist)
cohDist in interface IBoidIpublic IBoid cohesionDist(double dist)
cohesionDist in interface IBoidIpublic double cohRatio()
cohRatio in interface IBoidIpublic double cohesionRatio()
cohesionRatio in interface IBoidIpublic IBoid cohRatio(double ratio)
cohRatio in interface IBoidIpublic IBoid cohesionRatio(double ratio)
cohesionRatio in interface IBoidIpublic double cohLimit()
cohLimit in interface IBoidIpublic double cohesionLimit()
cohesionLimit in interface IBoidIpublic IBoid cohLimit(double limit)
cohLimit in interface IBoidIpublic IBoid cohesionLimit(double limit)
cohesionLimit in interface IBoidI
public IBoid coh(double ratio,
double dist)
coh in interface IBoidI
public IBoid cohesion(double ratio,
double dist)
cohesion in interface IBoidIpublic double sepDist()
sepDist in interface IBoidIpublic double separationDist()
separationDist in interface IBoidIpublic IBoid sepDist(double dist)
sepDist in interface IBoidIpublic IBoid separationDist(double dist)
separationDist in interface IBoidIpublic double sepRatio()
sepRatio in interface IBoidIpublic double separationRatio()
separationRatio in interface IBoidIpublic IBoid sepRatio(double ratio)
sepRatio in interface IBoidIpublic IBoid separationRatio(double ratio)
separationRatio in interface IBoidIpublic double sepLimit()
sepLimit in interface IBoidIpublic double separationLimit()
separationLimit in interface IBoidIpublic IBoid sepLimit(double limit)
sepLimit in interface IBoidIpublic IBoid separationLimit(double limit)
separationLimit in interface IBoidI
public IBoid sep(double ratio,
double dist)
sep in interface IBoidI
public IBoid separation(double ratio,
double dist)
separation in interface IBoidIpublic double aliDist()
aliDist in interface IBoidIpublic double alignmentDist()
alignmentDist in interface IBoidIpublic IBoid aliDist(double dist)
aliDist in interface IBoidIpublic IBoid alignmentDist(double dist)
alignmentDist in interface IBoidIpublic double aliRatio()
aliRatio in interface IBoidIpublic double alignmentRatio()
alignmentRatio in interface IBoidIpublic IBoid aliRatio(double ratio)
aliRatio in interface IBoidIpublic IBoid alignmentRatio(double ratio)
alignmentRatio in interface IBoidIpublic double aliLimit()
aliLimit in interface IBoidIpublic double alignmentLimit()
alignmentLimit in interface IBoidIpublic IBoid aliLimit(double limit)
aliLimit in interface IBoidIpublic IBoid alignmentLimit(double limit)
alignmentLimit in interface IBoidI
public IBoid ali(double ratio,
double dist)
ali in interface IBoidI
public IBoid alignment(double ratio,
double dist)
alignment in interface IBoidI
public IBoid parameter(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
parameter in interface IBoidI
public IBoid param(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
param in interface IBoidIpublic IBoid fix()
fix in interface IParticleIfix in class IParticlepublic IBoid unfix()
IParticleI
unfix in interface IParticleIunfix in class IParticlepublic IBoid skipUpdateOnce(boolean f)
IParticle
skipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticlepublic IBoid mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticlepublic IBoid position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticlepublic IBoid pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticlepublic IBoid velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticlepublic IBoid vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticlepublic IBoid force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticlepublic IBoid frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticlepublic IBoid friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticlepublic IBoid fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticlepublic IBoid decay(double d)
decay in interface IParticleIdecay in class IParticlepublic IBoid push(IVecI f)
IParticleI
push in interface IParticleIpush in class IParticle
public IBoid push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpush in class IParticlepublic IBoid pull(IVecI f)
IParticleI
pull in interface IParticleIpull in class IParticle
public IBoid pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpull in class IParticlepublic IBoid addForce(IVecI f)
IParticleI
addForce in interface IParticleIaddForce in class IParticle
public IBoid addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIaddForce in class IParticlepublic IBoid reset()
IParticleI
reset in interface IParticleIreset in class IParticlepublic IBoid resetForce()
IParticleI
resetForce in interface IParticleIresetForce in class IParticlepublic IBoid attach(IGeometry... geometries)
attach in class IParticlegeometries - one or more geometry objects. object's center is moved to the agent's location.
public IBoid 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 IBoid 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 IBoid x(double vx)
x in interface IVecIx in class IParticlepublic IBoid y(double vy)
IVecI
y in interface IVecIy in class IParticlepublic IBoid z(double vz)
IVecI
z in interface IVecIz in class IParticlepublic IBoid x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticlepublic IBoid y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticlepublic IBoid z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticlepublic IBoid dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IParticlepublic IBoid set(IVecI v)
set in interface IVecIset in class IParticle
public IBoid set(double x,
double y,
double z)
set in interface IVecIset in class IParticle
public IBoid set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticle
public IBoid add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IBoid add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IBoid add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IBoid sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticle
public IBoid sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticlepublic IBoid sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IParticlepublic IBoid mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IParticlepublic IBoid mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticlepublic IBoid div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IParticlepublic IBoid div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticlepublic IBoid neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticlepublic IBoid rev()
IVecI
rev in interface IVecIrev in class IParticlepublic IBoid flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticlepublic IBoid zero()
IVecI
zero in interface IVecIzero in class IParticle
public IBoid add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IBoid add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IBoid add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IBoid add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IBoid len(IDoubleI l)
IVecI
len in interface IVecIlen in class IParticlepublic IBoid len(double l)
IVecI
len in interface IVecIlen in class IParticlepublic IBoid unit()
IVecI
unit in interface IVecIunit in class IParticlepublic IBoid rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticlepublic IBoid rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IBoid rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IBoid rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IBoid rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticle
public IBoid rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IBoid rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IBoid rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticle
public IBoid rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IBoid rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticlepublic IBoid rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticlepublic IBoid rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IBoid rot2(IVecI center,
double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IBoid rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IBoid rot2(double centerX,
double centerY,
double angle)
rot2 in interface IVecIrot2 in class IParticlepublic IBoid rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IBoid rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticlepublic IBoid scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IParticlepublic IBoid scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IBoid scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IBoid scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IBoid scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticle
public IBoid scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IBoid scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IBoid scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticle
public IBoid scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IBoid scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IBoid scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticlepublic IBoid ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IParticle
public IBoid ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticle
public IBoid ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IParticle
public IBoid ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticlepublic IBoid mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IParticle
public IBoid mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticle
public IBoid mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IParticle
public IBoid mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticle
public IBoid 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 IBoid 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 IBoid 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 IBoid 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 IBoid shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IBoid shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IBoid shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IBoid shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IBoid shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IBoid shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IBoid shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IBoid shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IBoid shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IBoid shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IBoid shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IBoid shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IBoid translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticle
public IBoid translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IBoid translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IBoid transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticlepublic IBoid transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IBoid transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IBoid transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IBoid mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IParticle
public IBoid mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IBoid mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IBoid cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IParticle
public IBoid cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IParticle
public IBoid cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticlepublic IBoid cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticlepublic IBoid setSize(double sz)
setSize in class IParticlepublic IBoid size(double sz)
size in class IParticlepublic IBoid name(java.lang.String nm)
name in class IParticlepublic IBoid layer(ILayer l)
IObject
layer in class IParticlepublic IBoid show()
show in class IParticlepublic IBoid hide()
hide in class IParticlepublic IBoid showPoint()
showPoint in class IParticlepublic IBoid hidePoint()
hidePoint in class IParticlepublic IBoid showGeometry()
IPointAgent
showGeometry in class IParticlepublic IBoid hideGeometry()
IPointAgent
hideGeometry in class IParticlepublic IBoid clr(IColor c)
clr in class IParticle
public IBoid clr(IColor c,
int alpha)
IObject
clr in class IParticle
public IBoid clr(IColor c,
float alpha)
IObject
clr in class IParticle
public IBoid clr(IColor c,
double alpha)
IObject
clr in class IParticlepublic IBoid clr(int gray)
clr in class IParticlepublic IBoid clr(float fgray)
clr in class IParticlepublic IBoid clr(double dgray)
clr in class IParticle
public IBoid clr(int gray,
int alpha)
clr in class IParticle
public IBoid clr(float fgray,
float falpha)
clr in class IParticle
public IBoid clr(double dgray,
double dalpha)
clr in class IParticle
public IBoid clr(int r,
int g,
int b)
clr in class IParticle
public IBoid clr(float fr,
float fg,
float fb)
clr in class IParticle
public IBoid clr(double dr,
double dg,
double db)
clr in class IParticle
public IBoid clr(int r,
int g,
int b,
int a)
clr in class IParticle
public IBoid clr(float fr,
float fg,
float fb,
float fa)
clr in class IParticle
public IBoid clr(double dr,
double dg,
double db,
double da)
clr in class IParticle
public IBoid hsb(float h,
float s,
float b,
float a)
hsb in class IParticle
public IBoid hsb(double h,
double s,
double b,
double a)
hsb in class IParticle
public IBoid hsb(float h,
float s,
float b)
hsb in class IParticle
public IBoid hsb(double h,
double s,
double b)
hsb in class IParticlepublic IBoid setColor(IColor c)
setColor in class IParticle
public IBoid setColor(IColor c,
int alpha)
setColor in class IParticle
public IBoid setColor(IColor c,
float alpha)
setColor in class IParticle
public IBoid setColor(IColor c,
double alpha)
setColor in class IParticlepublic IBoid setColor(int gray)
setColor in class IParticlepublic IBoid setColor(float fgray)
setColor in class IParticlepublic IBoid setColor(double dgray)
setColor in class IParticle
public IBoid setColor(int gray,
int alpha)
setColor in class IParticle
public IBoid setColor(float fgray,
float falpha)
setColor in class IParticle
public IBoid setColor(double dgray,
double dalpha)
setColor in class IParticle
public IBoid setColor(int r,
int g,
int b)
setColor in class IParticle
public IBoid setColor(float fr,
float fg,
float fb)
setColor in class IParticle
public IBoid setColor(double dr,
double dg,
double db)
setColor in class IParticle
public IBoid setColor(int r,
int g,
int b,
int a)
setColor in class IParticle
public IBoid setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IParticle
public IBoid setColor(double dr,
double dg,
double db,
double da)
setColor in class IParticle
public IBoid setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IParticle
public IBoid setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IParticle
public IBoid setHSBColor(float h,
float s,
float b)
setHSBColor in class IParticle
public IBoid setHSBColor(double h,
double s,
double b)
setHSBColor in class IParticlepublic IBoid weight(double w)
weight in class IParticlepublic IBoid weight(float w)
weight in class IParticle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||