public class IBoidGeo extends IParticleGeo implements IBoidI
| Modifier and Type | Field and Description |
|---|---|
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 |
java.util.ArrayList<java.lang.Class<? extends IBoidI>> |
targetClasses |
defaultFriction, fixed, frc, friction, mass, pos, skipUpdateOnce, velparent, targets| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
IBoidGeo |
add(double x,
double y,
double z) |
IBoidGeo |
add(double f,
IVecI v)
scale add
|
IBoidGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IBoidGeo |
add(IDoubleI f,
IVecI v)
scale add
|
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.
|
boolean |
isTarget(java.lang.Object obj)
alias
|
boolean |
isTargetClass(java.lang.Object obj) |
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 on XY plane
|
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 point
|
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 |
target(java.lang.Class<? extends IBoidI>... targets)
alias
|
IBoidGeo |
target(java.lang.Class<? extends IBoidI> targetClass)
alias
|
IBoidGeo |
targetClass(java.lang.Class<? extends IBoidI>... targets)
make the field applicable only to the specified target classes
|
IBoidGeo |
targetClass(java.lang.Class<? extends IBoidI> targetClass)
make the field applicable only to the specified target class
|
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 |
x(IVec2I v)
setting x component by x component of input vector
|
IBoidGeo |
x(IVecI v)
setting x component by x component of input vector
|
IBoidGeo |
y(double vy)
setting y component
|
IBoidGeo |
y(IDoubleI vy)
setting y component
|
IBoidGeo |
y(IVec2I v)
setting y component by y component of input vector
|
IBoidGeo |
y(IVecI v)
setting y component by y component of input vector
|
IBoidGeo |
z(double vz)
setting z component
|
IBoidGeo |
z(IDoubleI vz)
setting z component
|
IBoidGeo |
z(IVecI v)
setting z component by z component of input vector
|
IBoidGeo |
zero()
setting all zero
|
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, postupdate, preupdate, removeTarget, removeTarget, skipUpdateOnce, sum, sum, sum, sum, sum, sum, sum, target, to2d, to2d, to2d, to2d, to4d, to4d, to4d, toString, update, vel, velocity, x, x, x, y, y, y, z, z, zinitDynamicsBase, initDynamicsBase, initDynamicsBase, localDynamics, parent, parent, postinteract, preinteract, target, targetNum, targets, updateTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacc, acceleration, decay, fixed, force, frc, fric, friction, mass, pos, position, removeTarget, removeTarget, skipUpdateOnce, target, target, targetNum, targets, updateTarget, vel, velocityangle, 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, to2d, to2d, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, zpublic 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
public java.util.ArrayList<java.lang.Class<? extends IBoidI>> targetClasses
public IBoidGeo()
public IBoidGeo(IVecI pt)
public IBoidGeo(IVec pt)
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)
public void initBoid()
public double cohesionDist()
cohesionDist in interface IBoidIpublic IBoidGeo cohesionDist(double dist)
cohesionDist in interface IBoidIpublic double cohesionRatio()
cohesionRatio in interface IBoidIpublic IBoidGeo cohesionRatio(double ratio)
cohesionRatio in interface IBoidIpublic double cohesionLimit()
cohesionLimit in interface IBoidIpublic IBoidGeo cohesionLimit(double limit)
cohesionLimit in interface IBoidIpublic IBoidGeo cohesion(double ratio, double dist)
public double separationDist()
separationDist in interface IBoidIpublic IBoidGeo separationDist(double dist)
separationDist in interface IBoidIpublic double separationRatio()
separationRatio in interface IBoidIpublic IBoidGeo separationRatio(double ratio)
separationRatio in interface IBoidIpublic double separationLimit()
separationLimit in interface IBoidIpublic IBoidGeo separationLimit(double limit)
separationLimit in interface IBoidIpublic IBoidGeo separation(double ratio, double dist)
separation in interface IBoidIpublic double alignmentDist()
alignmentDist in interface IBoidIpublic IBoidGeo alignmentDist(double dist)
alignmentDist in interface IBoidIpublic double alignmentRatio()
alignmentRatio in interface IBoidIpublic IBoidGeo alignmentRatio(double ratio)
alignmentRatio in interface IBoidIpublic double alignmentLimit()
alignmentLimit in interface IBoidIpublic IBoidGeo alignmentLimit(double limit)
alignmentLimit in interface IBoidIpublic IBoidGeo alignment(double ratio, double dist)
public IBoidGeo parameter(double cohRatio, double cohDist, double sepRatio, double sepDist, double aliRatio, double aliDist)
public IBoidGeo param(double cohRatio, double cohDist, double sepRatio, double sepDist, double aliRatio, double aliDist)
public IBoidGeo targetClass(java.lang.Class<? extends IBoidI> targetClass)
public IBoidGeo targetClass(java.lang.Class<? extends IBoidI>... targets)
public boolean isTargetClass(java.lang.Object obj)
public boolean isTarget(java.lang.Object obj)
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBaseinteract in interface IDynamicsinteract in class IDynamicsBasepublic IBoidGeo fix()
fix in interface IParticleIfix in class IParticleGeopublic IBoidGeo unfix()
IParticleIunfix in interface IParticleIunfix in class IParticleGeopublic IBoidGeo skipUpdateOnce(boolean f)
IParticleGeoskipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticleGeopublic IBoidGeo mass(double mass)
IParticleImass in interface IParticleImass in class IParticleGeopublic IBoidGeo position(IVecI v)
IParticleIposition in interface IParticleIposition in class IParticleGeopublic IBoidGeo pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IParticleGeopublic IBoidGeo velocity(IVecI v)
IParticleIvelocity in interface IParticleIvelocity in class IParticleGeopublic IBoidGeo vel(IVecI v)
IParticleIvel in interface IParticleIvel in class IParticleGeopublic IBoidGeo force(IVecI v)
IParticleIforce in interface IParticleIforce in class IParticleGeopublic IBoidGeo frc(IVecI v)
IParticleIfrc in interface IParticleIfrc in class IParticleGeopublic IBoidGeo friction(double friction)
IParticleIfriction in interface IParticleIfriction in class IParticleGeopublic IBoidGeo fric(double friction)
IParticleIfric in interface IParticleIfric in class IParticleGeopublic IBoidGeo decay(double d)
decay in interface IParticleIdecay in class IParticleGeopublic IBoidGeo push(IVecI f)
IParticleGeopush in interface IParticleIpush in class IParticleGeopublic IBoidGeo push(double fx, double fy, double fz)
IParticleGeopush in interface IParticleIpush in class IParticleGeopublic IBoidGeo pull(IVecI f)
IParticleGeopull in interface IParticleIpull in class IParticleGeopublic IBoidGeo pull(double fx, double fy, double fz)
IParticleGeopull in interface IParticleIpull in class IParticleGeopublic IBoidGeo addForce(IVecI f)
IParticleGeoaddForce in interface IParticleIaddForce in class IParticleGeopublic IBoidGeo addForce(double fx, double fy, double fz)
IParticleGeoaddForce in interface IParticleIaddForce in class IParticleGeopublic IBoidGeo reset()
IParticleGeoreset in interface IParticleIreset in class IParticleGeopublic IBoidGeo resetForce()
IParticleGeoresetForce in interface IParticleIresetForce in class IParticleGeopublic IBoidGeo x(double vx)
x in interface IVecIx in class IParticleGeopublic IBoidGeo y(double vy)
IVecIy in interface IVecIy in class IParticleGeopublic IBoidGeo z(double vz)
IVecIz in interface IVecIz in class IParticleGeopublic IBoidGeo x(IDoubleI vx)
IVecIx in interface IVecIx in class IParticleGeopublic IBoidGeo y(IDoubleI vy)
IVecIy in interface IVecIy in class IParticleGeopublic IBoidGeo z(IDoubleI vz)
IVecIz in interface IVecIz in class IParticleGeopublic IBoidGeo x(IVecI v)
x in interface IVecIx in class IParticleGeopublic IBoidGeo y(IVecI v)
y in interface IVecIy in class IParticleGeopublic IBoidGeo z(IVecI v)
z in interface IVecIz in class IParticleGeopublic IBoidGeo x(IVec2I v)
x in interface IVecIx in class IParticleGeopublic IBoidGeo y(IVec2I v)
y in interface IVecIy in class IParticleGeopublic IBoidGeo dup()
ITransformabledup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IParticleGeopublic IBoidGeo set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IParticleGeopublic IBoidGeo set(double x, double y, double z)
set in interface IVecIset in class IParticleGeopublic IBoidGeo set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IParticleGeopublic IBoidGeo add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic 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 IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic 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 IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IBoidGeo mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>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 IArithmeticVal<IVecI,IDoubleI>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()
IVecIrev in interface IVecIrev in class IParticleGeopublic IBoidGeo flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IParticleGeopublic IBoidGeo zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IParticleGeopublic IBoidGeo add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IBoidGeo len(IDoubleI l)
IVecIlen in interface IVecIlen in class IParticleGeopublic IBoidGeo len(double l)
IVecIlen in interface IVecIlen in class IParticleGeopublic IBoidGeo unit()
IVecIunit in interface IVecIunit in class IParticleGeopublic IBoidGeo rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(IVecI axis, IVecI destDir)
IParticleGeorot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IBoidGeo rot(IVecI center, IVecI axis, IVecI destPt)
IParticleGeorot 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 IParticleGeopublic IBoidGeo rot2(IVecI center, double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IBoidGeo rot2(IVecI center, IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic 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 IParticleGeopublic IBoidGeo rot2(IVecI center, IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IBoidGeo scale(IDoubleI f)
IParticleGeoscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IBoidGeo scale(double f)
IParticleGeoscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IBoidGeo scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IBoidGeo scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IBoidGeo scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IParticleGeopublic IBoidGeo scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IBoidGeo ref(IVecI planeDir)
IParticleGeoref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IBoidGeo ref(double planeX, double planeY, double planeZ)
IParticleGeoref in interface IVecIref in class IParticleGeopublic IBoidGeo ref(IVecI center, IVecI planeDir)
IParticleGeoref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IBoidGeo ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IParticleGeoref in interface IVecIref in class IParticleGeopublic IBoidGeo mirror(IVecI planeDir)
IParticleGeomirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IBoidGeo mirror(double planeX, double planeY, double planeZ)
IParticleGeomirror in interface IVecImirror in class IParticleGeopublic IBoidGeo mirror(IVecI center, IVecI planeDir)
IParticleGeomirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IBoidGeo mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
IParticleGeomirror in interface IVecImirror in class IParticleGeopublic IBoidGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
IParticleGeoshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IBoidGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IBoidGeo shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IBoidGeo shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IBoidGeo shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IBoidGeo shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IBoidGeo shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IBoidGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IBoidGeo shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IBoidGeo shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IBoidGeo shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IBoidGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IBoidGeo shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IBoidGeo shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IBoidGeo shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IBoidGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IBoidGeo translate(double x, double y, double z)
IParticleGeotranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IBoidGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IBoidGeo translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IBoidGeo transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IBoidGeo transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IBoidGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IBoidGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IBoidGeo mv(double x, double y, double z)
IParticleGeomv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IBoidGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IBoidGeo mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IBoidGeo cp()
IParticleGeocp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IBoidGeo cp(double x, double y, double z)
IParticleGeocp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IBoidGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IBoidGeo cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeo