|
|||||||||
| 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.IParticleAgent
igeo.IBoid
public class IBoid
Class of an agent based on one point, extending IPoint and implements IDynamics
| Field Summary | |
|---|---|
double |
alignmentDist
|
(package private) IVec |
alignmentForce
|
double |
alignmentLimit
|
double |
alignmentRatio
|
double |
cohesionDist
|
(package private) IVec |
cohesionForce
|
double |
cohesionLimit
|
double |
cohesionRatio
|
double |
separationDist
|
(package private) IVec |
separationForce
|
double |
separationLimit
|
double |
separationRatio
|
| Fields inherited from class igeo.IParticleAgent |
|---|
frc, particle, vel |
| Fields inherited from class igeo.IPointAgent |
|---|
point, pos |
| Fields inherited from class igeo.IAgent |
|---|
alive, duration, 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 |
double |
aliDist()
|
IBoid |
aliDist(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 |
clr(java.awt.Color c)
|
IBoid |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
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(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)
|
double |
cohDist()
|
IBoid |
cohDist(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 |
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)
|
void |
initBoid()
|
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects. |
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 |
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 |
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(java.awt.Color c)
|
IBoid |
setColor(java.awt.Color c,
int alpha)
|
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(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 |
size(double sz)
|
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.IParticleAgent |
|---|
acc, acceleration, decay, force, frc, fric, friction, initParticleAgent, initParticleAgent, initParticleAgent, initParticleAgent, initParticleAgent, mass, pos, position, 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, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
| Methods inherited from class igeo.IObject |
|---|
alpha, alphaInt, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, 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.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 double cohesionDist
public double cohesionRatio
public double cohesionLimit
public double separationDist
public double separationRatio
public double separationLimit
public double alignmentDist
public double alignmentRatio
public double alignmentLimit
IVec cohesionForce
IVec separationForce
IVec alignmentForce
| 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 void initBoid()
public double cohDist()
public double cohesionDist()
public IBoid cohDist(double dist)
public IBoid cohesionDist(double dist)
public double cohRatio()
public double cohesionRatio()
public IBoid cohRatio(double ratio)
public IBoid cohesionRatio(double ratio)
public double cohLimit()
public double cohesionLimit()
public IBoid cohLimit(double limit)
public IBoid cohesionLimit(double limit)
public double sepDist()
public double separationDist()
public IBoid sepDist(double dist)
public IBoid separationDist(double dist)
public double sepRatio()
public double separationRatio()
public IBoid sepRatio(double ratio)
public IBoid separationRatio(double ratio)
public double sepLimit()
public double separationLimit()
public IBoid sepLimit(double limit)
public IBoid separationLimit(double limit)
public double aliDist()
public double alignmentDist()
public IBoid aliDist(double dist)
public IBoid alignmentDist(double dist)
public double aliRatio()
public double alignmentRatio()
public IBoid aliRatio(double ratio)
public IBoid alignmentRatio(double ratio)
public double aliLimit()
public double alignmentLimit()
public IBoid aliLimit(double limit)
public IBoid alignmentLimit(double limit)
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamics
interact in interface IDynamicsinteract in class IAgentpublic IBoid fix()
fix in interface IParticleIfix in class IParticleAgentpublic IBoid unfix()
IParticleI
unfix in interface IParticleIunfix in class IParticleAgentpublic IBoid mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticleAgentpublic IBoid position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticleAgentpublic IBoid pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticleAgentpublic IBoid velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticleAgentpublic IBoid vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticleAgentpublic IBoid force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticleAgentpublic IBoid frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticleAgentpublic IBoid friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticleAgentpublic IBoid fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticleAgentpublic IBoid decay(double d)
decay in interface IParticleIdecay in class IParticleAgentpublic IBoid push(IVecI f)
IParticleI
push in interface IParticleIpush in class IParticleAgent
public IBoid push(double fx,
double fy,
double fz)
IParticleI
push in interface IParticleIpush in class IParticleAgentpublic IBoid pull(IVecI f)
IParticleI
pull in interface IParticleIpull in class IParticleAgent
public IBoid pull(double fx,
double fy,
double fz)
IParticleI
pull in interface IParticleIpull in class IParticleAgentpublic IBoid addForce(IVecI f)
IParticleI
addForce in interface IParticleIaddForce in class IParticleAgent
public IBoid addForce(double fx,
double fy,
double fz)
IParticleI
addForce in interface IParticleIaddForce in class IParticleAgentpublic IBoid reset()
IParticleI
reset in interface IParticleIreset in class IParticleAgentpublic IBoid resetForce()
IParticleI
resetForce in interface IParticleIresetForce in class IParticleAgentpublic IBoid x(double vx)
x in interface IVecIx in class IParticleAgentpublic IBoid y(double vy)
IVecI
y in interface IVecIy in class IParticleAgentpublic IBoid z(double vz)
IVecI
z in interface IVecIz in class IParticleAgentpublic IBoid x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticleAgentpublic IBoid y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticleAgentpublic IBoid z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticleAgentpublic IBoid dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IParticleAgentpublic IBoid set(IVecI v)
set in interface IVecIset in class IParticleAgent
public IBoid set(double x,
double y,
double z)
set in interface IVecIset in class IParticleAgent
public IBoid set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticleAgent
public IBoid add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgentpublic IBoid add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleAgent
public IBoid sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleAgentpublic IBoid sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IParticleAgentpublic IBoid mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IParticleAgentpublic IBoid mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticleAgentpublic IBoid div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleAgentpublic IBoid div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleAgentpublic IBoid neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticleAgentpublic IBoid rev()
IVecI
rev in interface IVecIrev in class IParticleAgentpublic IBoid flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticleAgentpublic IBoid zero()
IVecI
zero in interface IVecIzero in class IParticleAgent
public IBoid add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleAgent
public IBoid add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleAgentpublic IBoid len(IDoubleI l)
IVecI
len in interface IVecIlen in class IParticleAgentpublic IBoid len(double l)
IVecI
len in interface IVecIlen in class IParticleAgentpublic IBoid unit()
IVecI
unit in interface IVecIunit in class IParticleAgentpublic IBoid rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgentpublic IBoid rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgent
public IBoid rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleAgentpublic IBoid rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleAgentpublic IBoid rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleAgent
public IBoid rot2(IVecI center,
double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleAgent
public IBoid rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleAgent
public IBoid rot2(double centerX,
double centerY,
double angle)
rot2 in interface IVecIrot2 in class IParticleAgentpublic IBoid rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleAgent
public IBoid rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleAgentpublic IBoid scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgentpublic IBoid scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgent
public IBoid scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgent
public IBoid scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleAgent
public IBoid scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticleAgent
public IBoid scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleAgent
public IBoid scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleAgentpublic IBoid ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecIref in class IParticleAgent
public IBoid ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticleAgent
public IBoid ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecIref in class IParticleAgent
public IBoid ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIref in class IParticleAgentpublic IBoid mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleAgent
public IBoid mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticleAgent
public IBoid mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleAgent
public IBoid mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecImirror in class IParticleAgent
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 IParticleAgent
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 IParticleAgent
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 IParticleAgent
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 IParticleAgent
public IBoid shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleAgent
public IBoid shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleAgent
public IBoid shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleAgent
public IBoid translate(double x,
double y,
double z)
ITransformable
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleAgent
public IBoid translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleAgentpublic IBoid translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleAgentpublic IBoid transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgentpublic IBoid transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgent
public IBoid transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgent
public IBoid transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleAgent
public IBoid mv(double x,
double y,
double z)
ITransformable
mv in interface ITransformablemv in interface IVecImv in class IParticleAgent
public IBoid mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleAgentpublic IBoid mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleAgentpublic IBoid cp()
IObject
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgent
public IBoid cp(double x,
double y,
double z)
ITransformable
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgent
public IBoid cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgentpublic IBoid cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticleAgentpublic IBoid setSize(double sz)
setSize in class IParticleAgentpublic IBoid size(double sz)
size in class IParticleAgentpublic IBoid name(java.lang.String nm)
name in class IParticleAgentpublic IBoid layer(ILayer l)
IObject
layer in class IParticleAgentpublic IBoid show()
show in class IParticleAgentpublic IBoid hide()
hide in class IParticleAgentpublic IBoid clr(java.awt.Color c)
clr in class IParticleAgent
public IBoid clr(java.awt.Color c,
int alpha)
IObject
clr in class IParticleAgentpublic IBoid clr(int gray)
clr in class IParticleAgentpublic IBoid clr(float fgray)
clr in class IParticleAgentpublic IBoid clr(double dgray)
clr in class IParticleAgent
public IBoid clr(int gray,
int alpha)
clr in class IParticleAgent
public IBoid clr(float fgray,
float falpha)
clr in class IParticleAgent
public IBoid clr(double dgray,
double dalpha)
clr in class IParticleAgent
public IBoid clr(int r,
int g,
int b)
clr in class IParticleAgent
public IBoid clr(float fr,
float fg,
float fb)
clr in class IParticleAgent
public IBoid clr(double dr,
double dg,
double db)
clr in class IParticleAgent
public IBoid clr(int r,
int g,
int b,
int a)
clr in class IParticleAgent
public IBoid clr(float fr,
float fg,
float fb,
float fa)
clr in class IParticleAgent
public IBoid clr(double dr,
double dg,
double db,
double da)
clr in class IParticleAgent
public IBoid hsb(float h,
float s,
float b,
float a)
hsb in class IParticleAgent
public IBoid hsb(double h,
double s,
double b,
double a)
hsb in class IParticleAgent
public IBoid hsb(float h,
float s,
float b)
hsb in class IParticleAgent
public IBoid hsb(double h,
double s,
double b)
hsb in class IParticleAgentpublic IBoid setColor(java.awt.Color c)
setColor in class IParticleAgent
public IBoid setColor(java.awt.Color c,
int alpha)
setColor in class IParticleAgentpublic IBoid setColor(int gray)
setColor in class IParticleAgentpublic IBoid setColor(float fgray)
setColor in class IParticleAgentpublic IBoid setColor(double dgray)
setColor in class IParticleAgent
public IBoid setColor(int gray,
int alpha)
setColor in class IParticleAgent
public IBoid setColor(float fgray,
float falpha)
setColor in class IParticleAgent
public IBoid setColor(double dgray,
double dalpha)
setColor in class IParticleAgent
public IBoid setColor(int r,
int g,
int b)
setColor in class IParticleAgent
public IBoid setColor(float fr,
float fg,
float fb)
setColor in class IParticleAgent
public IBoid setColor(double dr,
double dg,
double db)
setColor in class IParticleAgent
public IBoid setColor(int r,
int g,
int b,
int a)
setColor in class IParticleAgent
public IBoid setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IParticleAgent
public IBoid setColor(double dr,
double dg,
double db,
double da)
setColor in class IParticleAgent
public IBoid setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IParticleAgent
public IBoid setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IParticleAgent
public IBoid setHSBColor(float h,
float s,
float b)
setHSBColor in class IParticleAgent
public IBoid setHSBColor(double h,
double s,
double b)
setHSBColor in class IParticleAgentpublic IBoid weight(double w)
weight in class IParticleAgentpublic IBoid weight(float w)
weight in class IParticleAgent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||