public class IParticleOnCurveGeo extends IParticleGeo implements IParticleOnCurveI
| Modifier and Type | Field and Description |
|---|---|
ICurveI |
curve |
double |
ufrc |
double |
upos |
IVec |
utan |
double |
uvel |
defaultFriction, fixed, frc, friction, mass, pos, skipUpdateOnce, velparent, targets| Modifier and Type | Method and Description |
|---|---|
IParticleOnCurveGeo |
add(double x,
double y,
double z) |
IParticleOnCurveGeo |
add(double f,
IVecI v)
scale add
|
IParticleOnCurveGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnCurveGeo |
add(IDoubleI f,
IVecI v)
scale add
|
IParticleOnCurveGeo |
add(IVecI v) |
IParticleOnCurveGeo |
add(IVecI v,
double f)
scale add
|
IParticleOnCurveGeo |
add(IVecI v,
IDoubleI f)
scale add
|
IParticleOnCurveGeo |
addForce(IVecI f)
adding force (alias of push)
|
IParticleOnCurveGeo |
addUForce(double uforce) |
IParticleOnCurveGeo |
cp()
cp() is alias of dup()
|
IParticleOnCurveGeo |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticleOnCurveGeo |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticleOnCurveGeo |
cp(IVecI v)
cp() is alias of dup().add()
|
ICurveI |
curve() |
IParticleOnCurveGeo |
decay(double d) |
IParticleOnCurveGeo |
div(double v) |
IParticleOnCurveGeo |
div(IDoubleI v) |
IParticleOnCurveGeo |
dup()
duplicate the instance
|
IParticleOnCurveGeo |
fix()
fix movement
|
IParticleOnCurveGeo |
flip()
alias of neg()
|
IParticleOnCurveGeo |
force(IVecI v)
set force
|
IParticleOnCurveGeo |
frc(IVecI v)
set force
|
IParticleOnCurveGeo |
fric(double friction)
set friction
|
IParticleOnCurveGeo |
friction(double friction)
set friction
|
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects.
|
IParticleOnCurveGeo |
mass(double mass)
set mass
|
IParticleOnCurveGeo |
mirror(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
mul(double v) |
IParticleOnCurveGeo |
mul(IDoubleI v) |
IParticleOnCurveGeo |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticleOnCurveGeo |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticleOnCurveGeo |
mv(IVecI v)
mv() is alias of add()
|
IParticleOnCurveGeo |
neg() |
IParticleOnCurveGeo |
pos(IVecI v)
set position
|
IParticleOnCurveGeo |
position(IVecI v)
set position
|
void |
postupdate()
this is changed again because force in update cannot be reflected (updated 2014/03/10)
|
void |
preupdate()
update of velocity is done in preupdate (updated 2012/08/26)
|
IParticleOnCurveGeo |
pull(IVecI f)
adding negative force
|
IParticleOnCurveGeo |
push(IVecI f)
adding force
|
IParticleOnCurveGeo |
ref(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnCurveGeo |
reset()
setting force zero
|
IParticleOnCurveGeo |
resetForce()
setting force zero (alias of reset())
|
IParticleOnCurveGeo |
resetUForce() |
IParticleOnCurveGeo |
rev()
alias of neg()
|
IParticleOnCurveGeo |
rot(double angle)
rotation on XY plane
|
IParticleOnCurveGeo |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticleOnCurveGeo |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticleOnCurveGeo |
rot(IDoubleI angle)
rotation on XY plane
|
IParticleOnCurveGeo |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticleOnCurveGeo |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticleOnCurveGeo |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector.
|
IParticleOnCurveGeo |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticleOnCurveGeo |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticleOnCurveGeo |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location.
|
IParticleOnCurveGeo |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticleOnCurveGeo |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticleOnCurveGeo |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticleOnCurveGeo |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticleOnCurveGeo |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticleOnCurveGeo |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticleOnCurveGeo |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticleOnCurveGeo |
scale(double f)
alias of mul
|
IParticleOnCurveGeo |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticleOnCurveGeo |
scale(IDoubleI f)
alias of mul
|
IParticleOnCurveGeo |
scale(IVecI center,
double f)
scale from a center
|
IParticleOnCurveGeo |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticleOnCurveGeo |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticleOnCurveGeo |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticleOnCurveGeo |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticleOnCurveGeo |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticleOnCurveGeo |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticleOnCurveGeo |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticleOnCurveGeo |
set(double x,
double y,
double z) |
IParticleOnCurveGeo |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnCurveGeo |
set(IVecI v) |
IParticleOnCurveGeo |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnCurveGeo |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnCurveGeo |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnCurveGeo |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnCurveGeo |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticleOnCurveGeo |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnCurveGeo |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticleOnCurveGeo |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnCurveGeo |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticleOnCurveGeo |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnCurveGeo |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticleOnCurveGeo |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnCurveGeo |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticleOnCurveGeo |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnCurveGeo |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticleOnCurveGeo |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnCurveGeo |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticleOnCurveGeo |
sub(double x,
double y,
double z) |
IParticleOnCurveGeo |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnCurveGeo |
sub(IVecI v) |
IParticleOnCurveGeo |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticleOnCurveGeo |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticleOnCurveGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticleOnCurveGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticleOnCurveGeo |
translate(double x,
double y,
double z)
translate is alias of add()
|
IParticleOnCurveGeo |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticleOnCurveGeo |
translate(IVecI v)
alias of add()
|
double |
uforce() |
IParticleOnCurveGeo |
uforce(double uf) |
double |
ufrc() |
IParticleOnCurveGeo |
ufrc(double uf) |
IParticleOnCurveGeo |
unfix()
unfix movement
|
IParticleOnCurveGeo |
unit()
unitize
|
void |
update()
update of velocity is done in preupdate and update of position is done in update() (updated 2012/08/26)
|
double |
upos() |
IParticleOnCurveGeo |
upos(double u) |
double |
uposition() |
IParticleOnCurveGeo |
uposition(double u) |
IParticleOnCurveGeo |
upull(double uforce) |
IParticleOnCurveGeo |
upush(double uforce) |
IParticleOnCurveGeo |
ureset() |
double |
uvel() |
IParticleOnCurveGeo |
uvel(double uv) |
double |
uvelocity() |
IParticleOnCurveGeo |
uvelocity(double uv) |
IParticleOnCurveGeo |
vel(IVecI v)
set velocity
|
IParticleOnCurveGeo |
velocity(IVecI v)
set velocity
|
IParticleOnCurveGeo |
x(double vx)
implementation of IVecI
|
IParticleOnCurveGeo |
x(IDoubleI vx)
setting x component
|
IParticleOnCurveGeo |
x(IVec2I vx)
setting x component by x component of input vector
|
IParticleOnCurveGeo |
x(IVecI vx)
setting x component by x component of input vector
|
IParticleOnCurveGeo |
y(double vy)
setting y component
|
IParticleOnCurveGeo |
y(IDoubleI vy)
setting y component
|
IParticleOnCurveGeo |
y(IVec2I vy)
setting y component by y component of input vector
|
IParticleOnCurveGeo |
y(IVecI vy)
setting y component by y component of input vector
|
IParticleOnCurveGeo |
z(double vz)
setting z component
|
IParticleOnCurveGeo |
z(IDoubleI vz)
setting z component
|
IParticleOnCurveGeo |
z(IVecI vz)
setting z component by z component of input vector
|
IParticleOnCurveGeo |
zero()
setting all zero
|
acc, acceleration, addForce, 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, len, len, len2, len2, len2, mass, mid, mid, nml, nml, nml, nml, pos, position, pull, push, removeTarget, removeTarget, skipUpdateOnce, sum, sum, sum, sum, sum, sum, sum, target, to2d, to2d, to2d, to2d, to4d, to4d, to4d, toString, 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, addForce, decay, fixed, force, frc, fric, friction, mass, pos, position, pull, push, 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, 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 ICurveI curve
public double upos
public double uvel
public double ufrc
public IVec utan
public IParticleOnCurveGeo(ICurveI curve)
public IParticleOnCurveGeo(ICurveI curve, double u)
public IParticleOnCurveGeo(ICurveI curve, double u, double uvl)
public IParticleOnCurveGeo(ICurveI curve, double u, double uvl, IVec pos, IObject parent)
public IParticleOnCurveGeo(ICurve curve)
public IParticleOnCurveGeo(ICurve curve, double u)
public IParticleOnCurveGeo(ICurve curve, double u, double uvl)
public IParticleOnCurveGeo(IParticleOnCurveGeo p)
public IParticleOnCurveGeo(IParticleOnCurveGeo p, IVec pos)
public IParticleOnCurveGeo(IParticleOnCurveGeo p, IObject parent)
public IParticleOnCurveGeo(IParticleOnCurveGeo p, IVec pos, IObject parent)
public IParticleOnCurveGeo dup()
ITransformabledup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IParticleGeopublic ICurveI curve()
curve in interface IParticleOnCurveIpublic IParticleOnCurveGeo fix()
IParticleIfix in interface IParticleIfix in class IParticleGeopublic IParticleOnCurveGeo unfix()
IParticleIunfix in interface IParticleIunfix in class IParticleGeopublic IParticleOnCurveGeo skipUpdateOnce(boolean f)
IParticleGeoskipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticleGeopublic IParticleOnCurveGeo mass(double mass)
IParticleImass in interface IParticleImass in class IParticleGeopublic IParticleOnCurveGeo position(IVecI v)
IParticleIposition in interface IParticleIposition in class IParticleGeopublic IParticleOnCurveGeo pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IParticleGeopublic IParticleOnCurveGeo velocity(IVecI v)
IParticleIvelocity in interface IParticleIvelocity in class IParticleGeopublic IParticleOnCurveGeo vel(IVecI v)
IParticleIvel in interface IParticleIvel in class IParticleGeopublic IParticleOnCurveGeo force(IVecI v)
IParticleIforce in interface IParticleIforce in class IParticleGeopublic IParticleOnCurveGeo frc(IVecI v)
IParticleIfrc in interface IParticleIfrc in class IParticleGeopublic IParticleOnCurveGeo friction(double friction)
IParticleIfriction in interface IParticleIfriction in class IParticleGeopublic IParticleOnCurveGeo fric(double friction)
IParticleIfric in interface IParticleIfric in class IParticleGeopublic IParticleOnCurveGeo decay(double d)
decay in interface IParticleIdecay in class IParticleGeopublic IParticleOnCurveGeo push(IVecI f)
IParticleGeopush in interface IParticleIpush in class IParticleGeopublic IParticleOnCurveGeo pull(IVecI f)
IParticleGeopull in interface IParticleIpull in class IParticleGeopublic IParticleOnCurveGeo addForce(IVecI f)
IParticleGeoaddForce in interface IParticleIaddForce in class IParticleGeopublic IParticleOnCurveGeo reset()
IParticleGeoreset in interface IParticleIreset in class IParticleGeopublic IParticleOnCurveGeo resetForce()
IParticleGeoresetForce in interface IParticleIresetForce in class IParticleGeopublic IParticleOnCurveGeo uposition(double u)
uposition in interface IParticleOnCurveIpublic IParticleOnCurveGeo upos(double u)
upos in interface IParticleOnCurveIpublic double uposition()
uposition in interface IParticleOnCurveIpublic double upos()
upos in interface IParticleOnCurveIpublic IParticleOnCurveGeo uvelocity(double uv)
uvelocity in interface IParticleOnCurveIpublic IParticleOnCurveGeo uvel(double uv)
uvel in interface IParticleOnCurveIpublic double uvelocity()
uvelocity in interface IParticleOnCurveIpublic double uvel()
uvel in interface IParticleOnCurveIpublic IParticleOnCurveGeo uforce(double uf)
uforce in interface IParticleOnCurveIpublic IParticleOnCurveGeo ufrc(double uf)
ufrc in interface IParticleOnCurveIpublic double uforce()
uforce in interface IParticleOnCurveIpublic double ufrc()
ufrc in interface IParticleOnCurveIpublic IParticleOnCurveGeo addUForce(double uforce)
addUForce in interface IParticleOnCurveIpublic IParticleOnCurveGeo resetUForce()
resetUForce in interface IParticleOnCurveIpublic IParticleOnCurveGeo upush(double uforce)
upush in interface IParticleOnCurveIpublic IParticleOnCurveGeo upull(double uforce)
upull in interface IParticleOnCurveIpublic IParticleOnCurveGeo ureset()
ureset in interface IParticleOnCurveIpublic void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBaseinteract in interface IDynamicsinteract in class IDynamicsBasepublic void preupdate()
preupdate in interface IDynamicspreupdate in class IParticleGeopublic void update()
update in interface IDynamicsupdate in class IParticleGeopublic void postupdate()
IParticleGeopostupdate in interface IDynamicspostupdate in class IParticleGeopublic IParticleOnCurveGeo x(double vx)
x in interface IVecIx in class IParticleGeopublic IParticleOnCurveGeo y(double vy)
IVecIy in interface IVecIy in class IParticleGeopublic IParticleOnCurveGeo z(double vz)
IVecIz in interface IVecIz in class IParticleGeopublic IParticleOnCurveGeo x(IDoubleI vx)
IVecIx in interface IVecIx in class IParticleGeopublic IParticleOnCurveGeo y(IDoubleI vy)
IVecIy in interface IVecIy in class IParticleGeopublic IParticleOnCurveGeo z(IDoubleI vz)
IVecIz in interface IVecIz in class IParticleGeopublic IParticleOnCurveGeo x(IVecI vx)
IParticleGeox in interface IVecIx in class IParticleGeopublic IParticleOnCurveGeo y(IVecI vy)
IParticleGeoy in interface IVecIy in class IParticleGeopublic IParticleOnCurveGeo z(IVecI vz)
IParticleGeoz in interface IVecIz in class IParticleGeopublic IParticleOnCurveGeo x(IVec2I vx)
IParticleGeox in interface IVecIx in class IParticleGeopublic IParticleOnCurveGeo y(IVec2I vy)
IParticleGeoy in interface IVecIy in class IParticleGeopublic IParticleOnCurveGeo set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IParticleGeopublic IParticleOnCurveGeo set(double x, double y, double z)
set in interface IVecIset in class IParticleGeopublic IParticleOnCurveGeo set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IParticleGeopublic IParticleOnCurveGeo add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnCurveGeo sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnCurveGeo sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnCurveGeo mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IParticleOnCurveGeo mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IParticleOnCurveGeo div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IParticleOnCurveGeo div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IParticleOnCurveGeo neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticleGeopublic IParticleOnCurveGeo rev()
IVecIrev in interface IVecIrev in class IParticleGeopublic IParticleOnCurveGeo flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IParticleGeopublic IParticleOnCurveGeo zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IParticleGeopublic IParticleOnCurveGeo add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnCurveGeo unit()
IVecIunit in interface IVecIunit in class IParticleGeopublic IParticleOnCurveGeo rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(IVecI axis, IVecI destDir)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnCurveGeo rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo rot2(IVecI center, double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo rot2(IVecI center, IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo rot2(double centerX, double centerY, double angle)
rot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo rot2(IVecI center, IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnCurveGeo scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnCurveGeo scale(double f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnCurveGeo scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnCurveGeo scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnCurveGeo scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IParticleGeopublic IParticleOnCurveGeo scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnCurveGeo scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnCurveGeo scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnCurveGeo scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnCurveGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnCurveGeo scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnCurveGeo ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IParticleOnCurveGeo ref(double planeX, double planeY, double planeZ)
ref in interface IVecIref in class IParticleGeopublic IParticleOnCurveGeo ref(IVecI center, IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IParticleOnCurveGeo ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
ref in interface IVecIref in class IParticleGeopublic IParticleOnCurveGeo mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IParticleOnCurveGeo mirror(double planeX, double planeY, double planeZ)
mirror in interface IVecImirror in class IParticleGeopublic IParticleOnCurveGeo mirror(IVecI center, IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IParticleOnCurveGeo mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
mirror in interface IVecImirror in class IParticleGeopublic IParticleOnCurveGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnCurveGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnCurveGeo 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 IParticleOnCurveGeo 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 IParticleOnCurveGeo shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnCurveGeo shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnCurveGeo shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnCurveGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnCurveGeo shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnCurveGeo shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnCurveGeo shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnCurveGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnCurveGeo shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnCurveGeo shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnCurveGeo shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnCurveGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnCurveGeo translate(double x, double y, double z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnCurveGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnCurveGeo translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnCurveGeo transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnCurveGeo transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnCurveGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnCurveGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnCurveGeo mv(double x, double y, double z)
mv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnCurveGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnCurveGeo mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnCurveGeo cp()
cp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnCurveGeo cp(double x, double y, double z)
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnCurveGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnCurveGeo cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeo