|
|||||||||
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 |
IBoid |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
add(IDoubleI f,
IVecI v)
scale add |
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)
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 on XY plane |
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 point |
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)
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 |
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, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, visible |
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 IDynamics
interact
in class IAgent
public IBoid fix()
fix
in interface IParticleI
fix
in class IParticleAgent
public IBoid unfix()
IParticleI
unfix
in interface IParticleI
unfix
in class IParticleAgent
public IBoid mass(double mass)
IParticleI
mass
in interface IParticleI
mass
in class IParticleAgent
public IBoid position(IVecI v)
IParticleI
position
in interface IParticleI
position
in class IParticleAgent
public IBoid pos(IVecI v)
IParticleI
pos
in interface IParticleI
pos
in class IParticleAgent
public IBoid velocity(IVecI v)
IParticleI
velocity
in interface IParticleI
velocity
in class IParticleAgent
public IBoid vel(IVecI v)
IParticleI
vel
in interface IParticleI
vel
in class IParticleAgent
public IBoid force(IVecI v)
IParticleI
force
in interface IParticleI
force
in class IParticleAgent
public IBoid frc(IVecI v)
IParticleI
frc
in interface IParticleI
frc
in class IParticleAgent
public IBoid friction(double friction)
IParticleI
friction
in interface IParticleI
friction
in class IParticleAgent
public IBoid fric(double friction)
IParticleI
fric
in interface IParticleI
fric
in class IParticleAgent
public IBoid decay(double d)
decay
in interface IParticleI
decay
in class IParticleAgent
public IBoid push(IVecI f)
IParticleI
push
in interface IParticleI
push
in class IParticleAgent
public IBoid push(double fx, double fy, double fz)
IParticleI
push
in interface IParticleI
push
in class IParticleAgent
public IBoid pull(IVecI f)
IParticleI
pull
in interface IParticleI
pull
in class IParticleAgent
public IBoid pull(double fx, double fy, double fz)
IParticleI
pull
in interface IParticleI
pull
in class IParticleAgent
public IBoid addForce(IVecI f)
IParticleI
addForce
in interface IParticleI
addForce
in class IParticleAgent
public IBoid addForce(double fx, double fy, double fz)
IParticleI
addForce
in interface IParticleI
addForce
in class IParticleAgent
public IBoid reset()
IParticleI
reset
in interface IParticleI
reset
in class IParticleAgent
public IBoid resetForce()
IParticleI
resetForce
in interface IParticleI
resetForce
in class IParticleAgent
public IBoid x(double vx)
x
in interface IVecI
x
in class IParticleAgent
public IBoid y(double vy)
IVecI
y
in interface IVecI
y
in class IParticleAgent
public IBoid z(double vz)
IVecI
z
in interface IVecI
z
in class IParticleAgent
public IBoid x(IDoubleI vx)
IVecI
x
in interface IVecI
x
in class IParticleAgent
public IBoid y(IDoubleI vy)
IVecI
y
in interface IVecI
y
in class IParticleAgent
public IBoid z(IDoubleI vz)
IVecI
z
in interface IVecI
z
in class IParticleAgent
public IBoid dup()
IObject
dup
in interface ITransformable
dup
in interface IVecI
dup
in class IParticleAgent
public IBoid set(IVecI v)
set
in interface IVecI
set
in class IParticleAgent
public IBoid set(double x, double y, double z)
set
in interface IVecI
set
in class IParticleAgent
public IBoid set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
set
in class IParticleAgent
public IBoid add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticleAgent
public IBoid sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticleAgent
public IBoid sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticleAgent
public IBoid mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticleAgent
public IBoid mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticleAgent
public IBoid div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticleAgent
public IBoid div(double v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticleAgent
public IBoid neg()
neg
in interface ITransformable
neg
in interface IVecI
neg
in class IParticleAgent
public IBoid rev()
IVecI
rev
in interface IVecI
rev
in class IParticleAgent
public IBoid flip()
IVecI
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IParticleAgent
public IBoid zero()
IVecI
zero
in interface IVecI
zero
in class IParticleAgent
public IBoid add(IVecI v, double f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid add(IVecI v, IDoubleI f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid add(double f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid add(IDoubleI f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid len(IDoubleI l)
IVecI
len
in interface IVecI
len
in class IParticleAgent
public IBoid len(double l)
IVecI
len
in interface IVecI
len
in class IParticleAgent
public IBoid unit()
IVecI
unit
in interface IVecI
unit
in class IParticleAgent
public IBoid rot(IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI center, IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI center, IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI axis, IVecI destDir)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI center, IVecI axis, IVecI destPt)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot2(double angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid rot2(IDoubleI angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid rot2(IVecI center, double angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid rot2(IVecI center, IDoubleI angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid rot2(double centerX, double centerY, double angle)
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid rot2(IVecI destDir)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid rot2(IVecI center, IVecI destPt)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleAgent
public IBoid scale(IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(IVecI center, IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(IVecI center, double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(double centerX, double centerY, double centerZ, double f)
IVecI
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(IVecI center, IVecI axis, double f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid ref(IVecI planeDir)
IVecI
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticleAgent
public IBoid ref(double planeX, double planeY, double planeZ)
IVecI
ref
in interface IVecI
ref
in class IParticleAgent
public IBoid ref(IVecI center, IVecI planeDir)
IVecI
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticleAgent
public IBoid ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecI
ref
in interface IVecI
ref
in class IParticleAgent
public IBoid mirror(IVecI planeDir)
IVecI
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticleAgent
public IBoid mirror(double planeX, double planeY, double planeZ)
IVecI
mirror
in interface IVecI
mirror
in class IParticleAgent
public IBoid mirror(IVecI center, IVecI planeDir)
IVecI
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticleAgent
public IBoid mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IVecI
mirror
in interface IVecI
mirror
in class IParticleAgent
public IBoid shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleAgent
public IBoid shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleAgent
public IBoid shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleAgent
public IBoid shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleAgent
public IBoid shearXY(double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearXY(IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearXY(IVecI center, double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearYZ(double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearYZ(IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearYZ(IVecI center, double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearZX(double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid shearZX(IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid shearZX(IVecI center, double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid translate(double x, double y, double z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleAgent
public IBoid translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleAgent
public IBoid translate(IVecI v)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleAgent
public IBoid transform(IMatrix3I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid transform(IMatrix4I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid mv(double x, double y, double z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleAgent
public IBoid mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleAgent
public IBoid mv(IVecI v)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleAgent
public IBoid cp()
IObject
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleAgent
public IBoid cp(double x, double y, double z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleAgent
public IBoid cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleAgent
public IBoid cp(IVecI v)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleAgent
public IBoid setSize(double sz)
setSize
in class IParticleAgent
public IBoid size(double sz)
size
in class IParticleAgent
public IBoid name(java.lang.String nm)
name
in class IParticleAgent
public IBoid layer(ILayer l)
IObject
layer
in class IParticleAgent
public IBoid show()
show
in class IParticleAgent
public IBoid hide()
hide
in class IParticleAgent
public IBoid clr(java.awt.Color c)
clr
in class IParticleAgent
public IBoid clr(java.awt.Color c, int alpha)
IObject
clr
in class IParticleAgent
public IBoid clr(int gray)
clr
in class IParticleAgent
public IBoid clr(float fgray)
clr
in class IParticleAgent
public 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 IParticleAgent
public IBoid setColor(java.awt.Color c)
setColor
in class IParticleAgent
public IBoid setColor(java.awt.Color c, int alpha)
setColor
in class IParticleAgent
public IBoid setColor(int gray)
setColor
in class IParticleAgent
public IBoid setColor(float fgray)
setColor
in class IParticleAgent
public 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 IParticleAgent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |