|
|||||||||
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
|
double |
alignmentMaxVelocity
|
double |
alignmentRatio
|
double |
coherenceRatio
|
double |
neighborDist
|
java.util.ArrayList<IBoid> |
neighbors
|
double |
randomVelocityPercent
|
double |
randomVelocityRange
|
double |
separationDist
|
double |
separationRatio
|
Fields inherited from class igeo.IParticleAgent |
---|
particle |
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(IBoid b)
|
|
IBoid(IVecI pt)
|
Method Summary | |
---|---|
IBoid |
add(double x,
double y,
double z)
|
IBoid |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
add(IVecI v)
|
IBoid |
add(IVecI v,
double f)
scale add |
IBoid |
add(IVecI v,
IDoubleI f)
|
void |
align()
|
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)
|
void |
cohere()
|
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)
|
IBoid |
cp(IVecI v)
|
IBoid |
div(double v)
|
IBoid |
div(IDoubleI v)
|
IBoid |
dup()
methods of IVecI |
IBoid |
flip()
alias of neg |
void |
flock()
|
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 |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects. |
IBoid |
layer(ILayer l)
|
IBoid |
len(double l)
|
IBoid |
len(IDoubleI l)
|
IBoid |
mirror(IVecI planeDir)
mirror is alias of ref |
IBoid |
mirror(IVecI center,
IVecI planeDir)
|
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)
|
IBoid |
mv(IVecI v)
|
IBoid |
name(java.lang.String nm)
methods of IObject |
IBoid |
neg()
|
IBoid |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IBoid |
ref(IVecI center,
IVecI planeDir)
|
IBoid |
rev()
alias of neg() |
IBoid |
rot(IVecI axis,
double angle)
|
IBoid |
rot(IVecI axis,
IDoubleI angle)
|
IBoid |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IBoid |
rot(IVecI center,
IVecI axis,
double angle)
|
IBoid |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
IBoid |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IBoid |
scale(double f)
|
IBoid |
scale(IDoubleI f)
alias of mul |
IBoid |
scale(IVecI center,
double f)
|
IBoid |
scale(IVecI center,
IDoubleI f)
|
IBoid |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IBoid |
scale1d(IVecI axis,
IDoubleI f)
|
IBoid |
scale1d(IVecI center,
IVecI axis,
double f)
|
IBoid |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
void |
separate()
|
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)
|
IBoid |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IBoid |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IBoid |
shearXY(double sxy,
double syx)
|
IBoid |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IBoid |
shearXY(IVecI center,
double sxy,
double syx)
|
IBoid |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IBoid |
shearYZ(double syz,
double szy)
|
IBoid |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IBoid |
shearYZ(IVecI center,
double syz,
double szy)
|
IBoid |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IBoid |
shearZX(double szx,
double sxz)
|
IBoid |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IBoid |
shearZX(IVecI center,
double szx,
double sxz)
|
IBoid |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
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)
|
IBoid |
transform(IMatrix4I mat)
|
IBoid |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IBoid |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IBoid |
translate(double x,
double y,
double z)
translate() is alias of add() |
IBoid |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoid |
translate(IVecI v)
|
IBoid |
unit()
|
void |
update()
behavior definition of updating dynamics in each time frame |
Methods inherited from class igeo.IParticleAgent |
---|
addForce, fix, force, force, frc, frc, fric, fric, friction, friction, initParticleAgent, initParticleAgent, mass, mass, pos, pos, position, position, resetForce, unfix, vel, vel, velocity, velocity |
Methods inherited from class igeo.IPointAgent |
---|
angle, angle, angle, angle, angle, angle, bisect, cross, diff, dist, dist, dist, dist2, dist2, dist2, dot, dot, dot, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getSize, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, nml, nml, size, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, x, y, z |
Methods inherited from class igeo.IAgent |
---|
addDynamics, alive, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, parent, parent, removeTarget, removeTarget, target, target, targetNum, targets, time, time, updateGraphic, updateTarget |
Methods inherited from class igeo.IObject |
---|
attr, attr, clearDynamics, clearGraphics, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, initGraphic, initObject, isVisible, layer, name, resetGraphic, server, setParameter, syncColor, visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double neighborDist
public double separationDist
public double separationRatio
public double alignmentDist
public double alignmentRatio
public double alignmentMaxVelocity
public double coherenceRatio
public double randomVelocityPercent
public double randomVelocityRange
public java.util.ArrayList<IBoid> neighbors
Constructor Detail |
---|
public IBoid()
public IBoid(IVecI pt)
public IBoid(double x, double y, double z)
public IBoid(IBoid b)
Method Detail |
---|
public void flock()
public void separate()
public void align()
public void cohere()
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamics
interact
in interface IDynamics
interact
in class IAgent
public void update()
IDynamics
update
in interface IDynamics
update
in class IAgent
public IBoid dup()
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()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IParticleAgent
public IBoid add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid add(IVecI v, IDoubleI f)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleAgent
public IBoid len(IDoubleI l)
len
in interface IVecI
len
in class IParticleAgent
public IBoid len(double l)
len
in interface IVecI
len
in class IParticleAgent
public IBoid unit()
unit
in interface IVecI
unit
in class IParticleAgent
public IBoid rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI axis, IVecI destDir)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid rot(IVecI center, IVecI axis, IVecI destPt)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleAgent
public IBoid scale(IDoubleI f)
ITransformable
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleAgent
public IBoid scale(IVecI center, double f)
scale
in interface ITransformable
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)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleAgent
public IBoid ref(IVecI planeDir)
ITransformable
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticleAgent
public IBoid ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticleAgent
public IBoid mirror(IVecI planeDir)
ITransformable
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticleAgent
public IBoid mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticleAgent
public IBoid shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
ITransformable
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)
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)
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)
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleAgent
public IBoid shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleAgent
public IBoid shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleAgent
public IBoid shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleAgent
public IBoid translate(double x, double y, double z)
ITransformable
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleAgent
public IBoid translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleAgent
public IBoid translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleAgent
public IBoid transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleAgent
public IBoid mv(double x, double y, double z)
ITransformable
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleAgent
public IBoid mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleAgent
public IBoid mv(IVecI v)
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)
ITransformable
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleAgent
public IBoid cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleAgent
public IBoid cp(IVecI v)
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)
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 |