|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IDynamicsBase
igeo.IParticleGeo
igeo.IBoidGeo
public class IBoidGeo
Class of boid algorithm (swarm algorithm).
| 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.IParticleGeo |
|---|
defaultFriction, fixed, frc, friction, mass, pos, skipUpdateOnce, vel |
| Fields inherited from class igeo.IDynamicsBase |
|---|
parent, targets |
| Constructor Summary | |
|---|---|
IBoidGeo()
|
|
IBoidGeo(double x,
double y,
double z)
|
|
IBoidGeo(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IBoidGeo(IBoidGeo b)
|
|
IBoidGeo(IVec pt)
|
|
IBoidGeo(IVecI pt)
|
|
IBoidGeo(IVecI pt,
IVecI vel)
|
|
IBoidGeo(IVec pt,
IVec vel)
|
|
| Method Summary | |
|---|---|
IBoidGeo |
add(double x,
double y,
double z)
|
IBoidGeo |
add(double f,
IVecI v)
scale add alias |
IBoidGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoidGeo |
add(IDoubleI f,
IVecI v)
scale add alias |
IBoidGeo |
add(IVecI v)
|
IBoidGeo |
add(IVecI v,
double f)
scale add |
IBoidGeo |
add(IVecI v,
IDoubleI f)
scale add |
IBoidGeo |
addForce(double fx,
double fy,
double fz)
adding force (alias of push) |
IBoidGeo |
addForce(IVecI f)
adding force (alias of push) |
IBoidGeo |
ali(double ratio,
double dist)
|
double |
aliDist()
|
IBoidGeo |
aliDist(double dist)
|
IBoidGeo |
alignment(double ratio,
double dist)
|
double |
alignmentDist()
|
IBoidGeo |
alignmentDist(double dist)
|
double |
alignmentLimit()
|
IBoidGeo |
alignmentLimit(double limit)
|
double |
alignmentRatio()
|
IBoidGeo |
alignmentRatio(double ratio)
|
double |
aliLimit()
|
IBoidGeo |
aliLimit(double limit)
|
double |
aliRatio()
|
IBoidGeo |
aliRatio(double ratio)
|
IBoidGeo |
coh(double ratio,
double dist)
|
double |
cohDist()
|
IBoidGeo |
cohDist(double dist)
|
IBoidGeo |
cohesion(double ratio,
double dist)
|
double |
cohesionDist()
|
IBoidGeo |
cohesionDist(double dist)
|
double |
cohesionLimit()
|
IBoidGeo |
cohesionLimit(double limit)
|
double |
cohesionRatio()
|
IBoidGeo |
cohesionRatio(double ratio)
|
double |
cohLimit()
|
IBoidGeo |
cohLimit(double limit)
|
double |
cohRatio()
|
IBoidGeo |
cohRatio(double ratio)
|
IBoidGeo |
cp()
cp() is alias of dup() |
IBoidGeo |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IBoidGeo |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IBoidGeo |
cp(IVecI v)
cp() is alias of dup().add() |
IBoidGeo |
decay(double d)
|
IBoidGeo |
div(double v)
|
IBoidGeo |
div(IDoubleI v)
|
IBoidGeo |
dup()
duplicate the instance |
IBoidGeo |
fix()
IParticleI API |
IBoidGeo |
flip()
alias of neg |
IBoidGeo |
force(IVecI v)
set force |
IBoidGeo |
frc(IVecI v)
set force |
IBoidGeo |
fric(double friction)
set friction |
IBoidGeo |
friction(double friction)
set friction |
void |
initBoid()
|
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects. |
IBoidGeo |
len(double l)
setting length |
IBoidGeo |
len(IDoubleI l)
setting length |
IBoidGeo |
mass(double mass)
set mass |
IBoidGeo |
mirror(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
mul(double v)
|
IBoidGeo |
mul(IDoubleI v)
|
IBoidGeo |
mv(double x,
double y,
double z)
mv() is alias of add() |
IBoidGeo |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IBoidGeo |
mv(IVecI v)
mv() is alias of add() |
IBoidGeo |
neg()
|
IBoidGeo |
param(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
|
IBoidGeo |
parameter(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
|
IBoidGeo |
pos(IVecI v)
set position |
IBoidGeo |
position(IVecI v)
set position |
IBoidGeo |
pull(double fx,
double fy,
double fz)
adding negative force |
IBoidGeo |
pull(IVecI f)
adding negative force |
IBoidGeo |
push(double fx,
double fy,
double fz)
adding force |
IBoidGeo |
push(IVecI f)
adding force |
IBoidGeo |
ref(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IBoidGeo |
reset()
setting force zero |
IBoidGeo |
resetForce()
setting force zero (alias of reset()) |
IBoidGeo |
rev()
alias of neg() |
IBoidGeo |
rot(double angle)
rotation on XY plane |
IBoidGeo |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IBoidGeo |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IBoidGeo |
rot(IDoubleI angle)
rotation around z-axis and origin |
IBoidGeo |
rot(IVecI axis,
double angle)
rotation around axis vector |
IBoidGeo |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IBoidGeo |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector. |
IBoidGeo |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IBoidGeo |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IBoidGeo |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location. |
IBoidGeo |
rot2(double angle)
rotation on xy-plane; alias of rot(double) |
IBoidGeo |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IBoidGeo |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI) |
IBoidGeo |
rot2(IVecI destDir)
rotation on xy-plane towards destDir |
IBoidGeo |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IBoidGeo |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane |
IBoidGeo |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt |
IBoidGeo |
scale(double f)
alias of mul |
IBoidGeo |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IBoidGeo |
scale(IDoubleI f)
alias of mul |
IBoidGeo |
scale(IVecI center,
double f)
scale from a center |
IBoidGeo |
scale(IVecI center,
IDoubleI f)
scale from a center |
IBoidGeo |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IBoidGeo |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IBoidGeo |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IBoidGeo |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IBoidGeo |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IBoidGeo |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IBoidGeo |
sep(double ratio,
double dist)
|
IBoidGeo |
separation(double ratio,
double dist)
|
double |
separationDist()
|
IBoidGeo |
separationDist(double dist)
|
double |
separationLimit()
|
IBoidGeo |
separationLimit(double limit)
|
double |
separationRatio()
|
IBoidGeo |
separationRatio(double ratio)
|
double |
sepDist()
|
IBoidGeo |
sepDist(double dist)
|
double |
sepLimit()
|
IBoidGeo |
sepLimit(double limit)
|
double |
sepRatio()
|
IBoidGeo |
sepRatio(double ratio)
|
IBoidGeo |
set(double x,
double y,
double z)
|
IBoidGeo |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoidGeo |
set(IVecI v)
|
IBoidGeo |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IBoidGeo |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IBoidGeo |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IBoidGeo |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IBoidGeo |
shearXY(double sxy,
double syx)
shear operation on XY |
IBoidGeo |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IBoidGeo |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IBoidGeo |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IBoidGeo |
shearYZ(double syz,
double szy)
shear operation on YZ |
IBoidGeo |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IBoidGeo |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IBoidGeo |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IBoidGeo |
shearZX(double szx,
double sxz)
shear operation on ZX |
IBoidGeo |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IBoidGeo |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IBoidGeo |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IBoidGeo |
skipUpdateOnce(boolean f)
for other agent to control particle |
IBoidGeo |
sub(double x,
double y,
double z)
|
IBoidGeo |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IBoidGeo |
sub(IVecI v)
|
IBoidGeo |
transform(IMatrix3I mat)
transform with a transformation matrix |
IBoidGeo |
transform(IMatrix4I mat)
transform with a transformation matrix |
IBoidGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IBoidGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IBoidGeo |
translate(double x,
double y,
double z)
translate is alias of add() |
IBoidGeo |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IBoidGeo |
translate(IVecI v)
alias of add() |
IBoidGeo |
unfix()
unfix movement |
IBoidGeo |
unit()
unitize |
IBoidGeo |
vel(IVecI v)
set velocity |
IBoidGeo |
velocity(IVecI v)
set velocity |
IBoidGeo |
x(double vx)
methods of IVecI |
IBoidGeo |
x(IDoubleI vx)
setting x component |
IBoidGeo |
y(double vy)
setting y component |
IBoidGeo |
y(IDoubleI vy)
setting y component |
IBoidGeo |
z(double vz)
setting z component |
IBoidGeo |
z(IDoubleI vz)
setting z component |
IBoidGeo |
zero()
setting all zero |
| Methods inherited from class igeo.IParticleGeo |
|---|
acc, acceleration, angle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, decay, 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, fixed, force, frc, fric, friction, get, getX, getY, getZ, initParticle, initParticle, initParticle, isValid, len, len, len, len2, len2, len2, mass, mid, mid, nml, nml, nml, nml, pos, position, preupdate, removeTarget, removeTarget, skipUpdateOnce, sum, sum, sum, sum, sum, sum, sum, target, to2d, to4d, to4d, to4d, toString, update, vel, velocity, x, x, x, y, y, y, z, z, z |
| Methods inherited from class igeo.IDynamicsBase |
|---|
initDynamicsBase, initDynamicsBase, initDynamicsBase, localDynamics, parent, parent, postinteract, postupdate, preinteract, target, targetNum, targets, updateTarget |
| 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 |
| 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 IBoidGeo()
public IBoidGeo(IVecI pt)
public IBoidGeo(IVec pt)
public IBoidGeo(IVecI pt,
IVecI vel)
public IBoidGeo(IVec pt,
IVec vel)
public IBoidGeo(double x,
double y,
double z)
public IBoidGeo(double x,
double y,
double z,
double vx,
double vy,
double vz)
public IBoidGeo(IBoidGeo b)
| Method Detail |
|---|
public void initBoid()
public double cohDist()
cohDist in interface IBoidIpublic double cohesionDist()
cohesionDist in interface IBoidIpublic IBoidGeo cohDist(double dist)
cohDist in interface IBoidIpublic IBoidGeo cohesionDist(double dist)
cohesionDist in interface IBoidIpublic double cohRatio()
cohRatio in interface IBoidIpublic double cohesionRatio()
cohesionRatio in interface IBoidIpublic IBoidGeo cohRatio(double ratio)
cohRatio in interface IBoidIpublic IBoidGeo cohesionRatio(double ratio)
cohesionRatio in interface IBoidIpublic double cohLimit()
cohLimit in interface IBoidIpublic double cohesionLimit()
cohesionLimit in interface IBoidIpublic IBoidGeo cohLimit(double limit)
cohLimit in interface IBoidIpublic IBoidGeo cohesionLimit(double limit)
cohesionLimit in interface IBoidI
public IBoidGeo coh(double ratio,
double dist)
coh in interface IBoidI
public IBoidGeo cohesion(double ratio,
double dist)
cohesion in interface IBoidIpublic double sepDist()
sepDist in interface IBoidIpublic double separationDist()
separationDist in interface IBoidIpublic IBoidGeo sepDist(double dist)
sepDist in interface IBoidIpublic IBoidGeo separationDist(double dist)
separationDist in interface IBoidIpublic double sepRatio()
sepRatio in interface IBoidIpublic double separationRatio()
separationRatio in interface IBoidIpublic IBoidGeo sepRatio(double ratio)
sepRatio in interface IBoidIpublic IBoidGeo separationRatio(double ratio)
separationRatio in interface IBoidIpublic double sepLimit()
sepLimit in interface IBoidIpublic double separationLimit()
separationLimit in interface IBoidIpublic IBoidGeo sepLimit(double limit)
sepLimit in interface IBoidIpublic IBoidGeo separationLimit(double limit)
separationLimit in interface IBoidI
public IBoidGeo sep(double ratio,
double dist)
sep in interface IBoidI
public IBoidGeo separation(double ratio,
double dist)
separation in interface IBoidIpublic double aliDist()
aliDist in interface IBoidIpublic double alignmentDist()
alignmentDist in interface IBoidIpublic IBoidGeo aliDist(double dist)
aliDist in interface IBoidIpublic IBoidGeo alignmentDist(double dist)
alignmentDist in interface IBoidIpublic double aliRatio()
aliRatio in interface IBoidIpublic double alignmentRatio()
alignmentRatio in interface IBoidIpublic IBoidGeo aliRatio(double ratio)
aliRatio in interface IBoidIpublic IBoidGeo alignmentRatio(double ratio)
alignmentRatio in interface IBoidIpublic double aliLimit()
aliLimit in interface IBoidIpublic double alignmentLimit()
alignmentLimit in interface IBoidIpublic IBoidGeo aliLimit(double limit)
aliLimit in interface IBoidIpublic IBoidGeo alignmentLimit(double limit)
alignmentLimit in interface IBoidI
public IBoidGeo ali(double ratio,
double dist)
ali in interface IBoidI
public IBoidGeo alignment(double ratio,
double dist)
alignment in interface IBoidI
public IBoidGeo parameter(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
parameter in interface IBoidI
public IBoidGeo param(double cohRatio,
double cohDist,
double sepRatio,
double sepDist,
double aliRatio,
double aliDist)
param in interface IBoidIpublic void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBase
interact in interface IDynamicsinteract in class IDynamicsBasepublic IBoidGeo fix()
fix in interface IParticleIfix in class IParticleGeopublic IBoidGeo unfix()
IParticleI
unfix in interface IParticleIunfix in class IParticleGeopublic IBoidGeo skipUpdateOnce(boolean f)
IParticleGeo
skipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticleGeopublic IBoidGeo mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticleGeopublic IBoidGeo position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticleGeopublic IBoidGeo pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticleGeopublic IBoidGeo velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticleGeopublic IBoidGeo vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticleGeopublic IBoidGeo force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticleGeopublic IBoidGeo frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticleGeopublic IBoidGeo friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticleGeopublic IBoidGeo fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticleGeopublic IBoidGeo decay(double d)
decay in interface IParticleIdecay in class IParticleGeopublic IBoidGeo push(IVecI f)
IParticleGeo
push in interface IParticleIpush in class IParticleGeo
public IBoidGeo push(double fx,
double fy,
double fz)
IParticleGeo
push in interface IParticleIpush in class IParticleGeopublic IBoidGeo pull(IVecI f)
IParticleGeo
pull in interface IParticleIpull in class IParticleGeo
public IBoidGeo pull(double fx,
double fy,
double fz)
IParticleGeo
pull in interface IParticleIpull in class IParticleGeopublic IBoidGeo addForce(IVecI f)
IParticleGeo
addForce in interface IParticleIaddForce in class IParticleGeo
public IBoidGeo addForce(double fx,
double fy,
double fz)
IParticleGeo
addForce in interface IParticleIaddForce in class IParticleGeopublic IBoidGeo reset()
IParticleGeo
reset in interface IParticleIreset in class IParticleGeopublic IBoidGeo resetForce()
IParticleGeo
resetForce in interface IParticleIresetForce in class IParticleGeopublic IBoidGeo x(double vx)
x in interface IVecIx in class IParticleGeopublic IBoidGeo y(double vy)
IVecI
y in interface IVecIy in class IParticleGeopublic IBoidGeo z(double vz)
IVecI
z in interface IVecIz in class IParticleGeopublic IBoidGeo x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticleGeopublic IBoidGeo y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticleGeopublic IBoidGeo z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticleGeopublic IBoidGeo dup()
ITransformable
dup in interface ITransformabledup in interface IVecIdup in class IParticleGeopublic IBoidGeo set(IVecI v)
set in interface IVecIset in class IParticleGeo
public IBoidGeo set(double x,
double y,
double z)
set in interface IVecIset in class IParticleGeo
public IBoidGeo set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticleGeo
public IBoidGeo add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IBoidGeo add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IBoidGeo sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeo
public IBoidGeo sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IBoidGeo sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IBoidGeo mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IBoidGeo mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IBoidGeo div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IBoidGeo div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IBoidGeo neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticleGeopublic IBoidGeo rev()
IVecI
rev in interface IVecIrev in class IParticleGeopublic IBoidGeo flip()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticleGeopublic IBoidGeo zero()
IVecI
zero in interface IVecIzero in class IParticleGeo
public IBoidGeo add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IBoidGeo add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IBoidGeo add(double f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IBoidGeo add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo len(IDoubleI l)
IVecI
len in interface IVecIlen in class IParticleGeopublic IBoidGeo len(double l)
IVecI
len in interface IVecIlen in class IParticleGeopublic IBoidGeo unit()
IVecI
unit in interface IVecIunit in class IParticleGeopublic IBoidGeo rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(IVecI axis,
IVecI destDir)
IParticleGeo
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IBoidGeo rot(IVecI center,
IVecI axis,
IVecI destPt)
IParticleGeo
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IBoidGeo rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeo
public IBoidGeo rot2(IVecI center,
double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeo
public IBoidGeo rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeo
public IBoidGeo rot2(double centerX,
double centerY,
double angle)
rot2 in interface IVecIrot2 in class IParticleGeopublic IBoidGeo rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeo
public IBoidGeo rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IBoidGeo scale(IDoubleI f)
IParticleGeo
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IBoidGeo scale(double f)
IParticleGeo
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeo
public IBoidGeo scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeo
public IBoidGeo scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeo
public IBoidGeo scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticleGeo
public IBoidGeo scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IBoidGeo scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IBoidGeo scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleGeo
public IBoidGeo scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IBoidGeo scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IBoidGeo scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo ref(IVecI planeDir)
IParticleGeo
ref in interface ITransformableref in interface IVecIref in class IParticleGeo
public IBoidGeo ref(double planeX,
double planeY,
double planeZ)
IParticleGeo
ref in interface IVecIref in class IParticleGeo
public IBoidGeo ref(IVecI center,
IVecI planeDir)
IParticleGeo
ref in interface ITransformableref in interface IVecIref in class IParticleGeo
public IBoidGeo ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IParticleGeo
ref in interface IVecIref in class IParticleGeopublic IBoidGeo mirror(IVecI planeDir)
IParticleGeo
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeo
public IBoidGeo mirror(double planeX,
double planeY,
double planeZ)
IParticleGeo
mirror in interface IVecImirror in class IParticleGeo
public IBoidGeo mirror(IVecI center,
IVecI planeDir)
IParticleGeo
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeo
public IBoidGeo mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IParticleGeo
mirror in interface IVecImirror in class IParticleGeo
public IBoidGeo shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
IParticleGeo
shear in interface ITransformableshear in interface IVecIshear in class IParticleGeo
public IBoidGeo shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IParticleGeo
public IBoidGeo 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 IParticleGeo
public IBoidGeo 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 IParticleGeo
public IBoidGeo shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IBoidGeo shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IBoidGeo shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IBoidGeo shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IBoidGeo shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IBoidGeo shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IBoidGeo shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IBoidGeo shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IBoidGeo shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IBoidGeo shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IBoidGeo shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IBoidGeo shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IBoidGeo translate(double x,
double y,
double z)
IParticleGeo
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeo
public IBoidGeo translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IBoidGeo translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IBoidGeo transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IBoidGeo transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeo
public IBoidGeo transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeo
public IBoidGeo transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeo
public IBoidGeo mv(double x,
double y,
double z)
IParticleGeo
mv in interface ITransformablemv in interface IVecImv in class IParticleGeo
public IBoidGeo mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IBoidGeo mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IBoidGeo cp()
IParticleGeo
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeo
public IBoidGeo cp(double x,
double y,
double z)
IParticleGeo
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeo
public IBoidGeo cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IBoidGeo cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||