public class IParticleOnPlaneGeo extends IParticleGeo
| Modifier and Type | Field and Description |
|---|---|
IVecI |
planeDir |
IVecI |
planePt |
defaultFriction, fixed, frc, friction, mass, pos, skipUpdateOnce, velparent, targets| Constructor and Description |
|---|
IParticleOnPlaneGeo(IParticleOnPlaneGeo p) |
IParticleOnPlaneGeo(IVecI planeDir,
IVecI planePt,
IVecI pos) |
IParticleOnPlaneGeo(IVecI planeDir,
IVecI planePt,
IVecI pos,
IObject parent) |
IParticleOnPlaneGeo(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel) |
IParticleOnPlaneGeo(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel,
IObject parent) |
| Modifier and Type | Method and Description |
|---|---|
IParticleOnPlaneGeo |
add(double x,
double y,
double z) |
IParticleOnPlaneGeo |
add(double f,
IVecI v)
scale add
|
IParticleOnPlaneGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnPlaneGeo |
add(IDoubleI f,
IVecI v)
scale add
|
IParticleOnPlaneGeo |
add(IVecI v) |
IParticleOnPlaneGeo |
add(IVecI v,
double f)
scale add
|
IParticleOnPlaneGeo |
add(IVecI v,
IDoubleI f)
scale add
|
IParticleOnPlaneGeo |
addForce(IVecI f)
adding force (alias of push)
|
IParticleOnPlaneGeo |
cp()
cp() is alias of dup()
|
IParticleOnPlaneGeo |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticleOnPlaneGeo |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticleOnPlaneGeo |
cp(IVecI v)
cp() is alias of dup().add()
|
IParticleOnPlaneGeo |
decay(double d) |
IParticleOnPlaneGeo |
div(double v) |
IParticleOnPlaneGeo |
div(IDoubleI v) |
IParticleOnPlaneGeo |
dup()
duplicate the instance
|
IParticleOnPlaneGeo |
fix()
fix movement
|
IParticleOnPlaneGeo |
flip()
alias of neg()
|
IParticleOnPlaneGeo |
force(IVecI v)
set force
|
IParticleOnPlaneGeo |
frc(IVecI v)
set force
|
IParticleOnPlaneGeo |
fric(double friction)
set friction
|
IParticleOnPlaneGeo |
friction(double friction)
set friction
|
IParticleOnPlaneGeo |
mass(double mass)
set mass
|
IParticleOnPlaneGeo |
mirror(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
mul(double v) |
IParticleOnPlaneGeo |
mul(IDoubleI v) |
IParticleOnPlaneGeo |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticleOnPlaneGeo |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticleOnPlaneGeo |
mv(IVecI v)
mv() is alias of add()
|
IParticleOnPlaneGeo |
neg() |
IParticleOnPlaneGeo |
pos(IVecI v)
set position
|
IParticleOnPlaneGeo |
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)
|
IParticleOnPlaneGeo |
pull(IVecI f)
adding negative force
|
IParticleOnPlaneGeo |
push(IVecI f)
adding force
|
IParticleOnPlaneGeo |
ref(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnPlaneGeo |
reset()
setting force zero
|
IParticleOnPlaneGeo |
resetForce()
setting force zero (alias of reset())
|
IParticleOnPlaneGeo |
rev()
alias of neg()
|
IParticleOnPlaneGeo |
rot(double angle)
rotation on XY plane
|
IParticleOnPlaneGeo |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticleOnPlaneGeo |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticleOnPlaneGeo |
rot(IDoubleI angle)
rotation on XY plane
|
IParticleOnPlaneGeo |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticleOnPlaneGeo |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticleOnPlaneGeo |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector.
|
IParticleOnPlaneGeo |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticleOnPlaneGeo |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticleOnPlaneGeo |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location.
|
IParticleOnPlaneGeo |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticleOnPlaneGeo |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticleOnPlaneGeo |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticleOnPlaneGeo |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticleOnPlaneGeo |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticleOnPlaneGeo |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticleOnPlaneGeo |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticleOnPlaneGeo |
scale(double f)
alias of mul
|
IParticleOnPlaneGeo |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticleOnPlaneGeo |
scale(IDoubleI f)
alias of mul
|
IParticleOnPlaneGeo |
scale(IVecI center,
double f)
scale from a center
|
IParticleOnPlaneGeo |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticleOnPlaneGeo |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticleOnPlaneGeo |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticleOnPlaneGeo |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticleOnPlaneGeo |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticleOnPlaneGeo |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticleOnPlaneGeo |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticleOnPlaneGeo |
set(double x,
double y,
double z) |
IParticleOnPlaneGeo |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnPlaneGeo |
set(IVecI v) |
IParticleOnPlaneGeo |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnPlaneGeo |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnPlaneGeo |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnPlaneGeo |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnPlaneGeo |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticleOnPlaneGeo |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnPlaneGeo |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticleOnPlaneGeo |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnPlaneGeo |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticleOnPlaneGeo |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnPlaneGeo |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticleOnPlaneGeo |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnPlaneGeo |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticleOnPlaneGeo |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnPlaneGeo |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticleOnPlaneGeo |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnPlaneGeo |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticleOnPlaneGeo |
sub(double x,
double y,
double z) |
IParticleOnPlaneGeo |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnPlaneGeo |
sub(IVecI v) |
IParticleOnPlaneGeo |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticleOnPlaneGeo |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticleOnPlaneGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticleOnPlaneGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticleOnPlaneGeo |
translate(double x,
double y,
double z)
translate is alias of add()
|
IParticleOnPlaneGeo |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticleOnPlaneGeo |
translate(IVecI v)
alias of add()
|
IParticleOnPlaneGeo |
unfix()
unfix movement
|
IParticleOnPlaneGeo |
unit()
unitize
|
void |
update()
update of velocity is done in preupdate and update of position is done in update() (updated 2012/08/26)
|
IParticleOnPlaneGeo |
vel(IVecI v)
set velocity
|
IParticleOnPlaneGeo |
velocity(IVecI v)
set velocity
|
IParticleOnPlaneGeo |
x(double vx)
implementation of IVecI
|
IParticleOnPlaneGeo |
x(IDoubleI vx)
setting x component
|
IParticleOnPlaneGeo |
x(IVec2I vx)
setting x component by x component of input vector
|
IParticleOnPlaneGeo |
x(IVecI vx)
setting x component by x component of input vector
|
IParticleOnPlaneGeo |
y(double vy)
setting y component
|
IParticleOnPlaneGeo |
y(IDoubleI vy)
setting y component
|
IParticleOnPlaneGeo |
y(IVec2I vy)
setting y component by y component of input vector
|
IParticleOnPlaneGeo |
y(IVecI vy)
setting y component by y component of input vector
|
IParticleOnPlaneGeo |
z(double vz)
setting z component
|
IParticleOnPlaneGeo |
z(IDoubleI vz)
setting z component
|
IParticleOnPlaneGeo |
z(IVecI vz)
setting z component by z component of input vector
|
IParticleOnPlaneGeo |
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, interact, localDynamics, parent, parent, postinteract, preinteract, target, targetNum, targets, updateTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittarget, targetNum, targets, updateTargetpublic IParticleOnPlaneGeo(IVecI planeDir, IVecI planePt, IVecI pos, IVecI vel, IObject parent)
public IParticleOnPlaneGeo(IVecI planeDir, IVecI planePt, IVecI pos, IObject parent)
public IParticleOnPlaneGeo(IParticleOnPlaneGeo p)
public IParticleOnPlaneGeo dup()
ITransformabledup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IParticleGeopublic IParticleOnPlaneGeo fix()
IParticleIfix in interface IParticleIfix in class IParticleGeopublic IParticleOnPlaneGeo unfix()
IParticleIunfix in interface IParticleIunfix in class IParticleGeopublic IParticleOnPlaneGeo skipUpdateOnce(boolean f)
IParticleGeoskipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticleGeopublic IParticleOnPlaneGeo mass(double mass)
IParticleImass in interface IParticleImass in class IParticleGeopublic IParticleOnPlaneGeo position(IVecI v)
IParticleIposition in interface IParticleIposition in class IParticleGeopublic IParticleOnPlaneGeo pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IParticleGeopublic IParticleOnPlaneGeo velocity(IVecI v)
IParticleIvelocity in interface IParticleIvelocity in class IParticleGeopublic IParticleOnPlaneGeo vel(IVecI v)
IParticleIvel in interface IParticleIvel in class IParticleGeopublic IParticleOnPlaneGeo force(IVecI v)
IParticleIforce in interface IParticleIforce in class IParticleGeopublic IParticleOnPlaneGeo frc(IVecI v)
IParticleIfrc in interface IParticleIfrc in class IParticleGeopublic IParticleOnPlaneGeo friction(double friction)
IParticleIfriction in interface IParticleIfriction in class IParticleGeopublic IParticleOnPlaneGeo fric(double friction)
IParticleIfric in interface IParticleIfric in class IParticleGeopublic IParticleOnPlaneGeo decay(double d)
decay in interface IParticleIdecay in class IParticleGeopublic IParticleOnPlaneGeo push(IVecI f)
IParticleGeopush in interface IParticleIpush in class IParticleGeopublic IParticleOnPlaneGeo pull(IVecI f)
IParticleGeopull in interface IParticleIpull in class IParticleGeopublic IParticleOnPlaneGeo addForce(IVecI f)
IParticleGeoaddForce in interface IParticleIaddForce in class IParticleGeopublic IParticleOnPlaneGeo reset()
IParticleGeoreset in interface IParticleIreset in class IParticleGeopublic IParticleOnPlaneGeo resetForce()
IParticleGeoresetForce in interface IParticleIresetForce in class IParticleGeopublic 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 IParticleOnPlaneGeo x(double vx)
x in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(double vy)
IVecIy in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo z(double vz)
IVecIz in interface IVecIz in class IParticleGeopublic IParticleOnPlaneGeo x(IDoubleI vx)
IVecIx in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(IDoubleI vy)
IVecIy in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo z(IDoubleI vz)
IVecIz in interface IVecIz in class IParticleGeopublic IParticleOnPlaneGeo x(IVecI vx)
IParticleGeox in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(IVecI vy)
IParticleGeoy in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo z(IVecI vz)
IParticleGeoz in interface IVecIz in class IParticleGeopublic IParticleOnPlaneGeo x(IVec2I vx)
IParticleGeox in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(IVec2I vy)
IParticleGeoy in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IParticleGeopublic IParticleOnPlaneGeo set(double x, double y, double z)
set in interface IVecIset in class IParticleGeopublic IParticleOnPlaneGeo set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IParticleGeopublic IParticleOnPlaneGeo add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnPlaneGeo sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnPlaneGeo sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnPlaneGeo mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IParticleOnPlaneGeo mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IParticleOnPlaneGeo div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IParticleOnPlaneGeo div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IParticleOnPlaneGeo neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticleGeopublic IParticleOnPlaneGeo rev()
IVecIrev in interface IVecIrev in class IParticleGeopublic IParticleOnPlaneGeo flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IParticleGeopublic IParticleOnPlaneGeo zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IParticleGeopublic IParticleOnPlaneGeo add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo unit()
IVecIunit in interface IVecIunit in class IParticleGeopublic IParticleOnPlaneGeo rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(IVecI axis, IVecI destDir)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo rot2(IVecI center, double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo rot2(IVecI center, IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo rot2(double centerX, double centerY, double angle)
rot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo rot2(IVecI center, IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnPlaneGeo scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnPlaneGeo scale(double f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnPlaneGeo scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnPlaneGeo scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnPlaneGeo scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IParticleGeopublic IParticleOnPlaneGeo scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IParticleOnPlaneGeo ref(double planeX, double planeY, double planeZ)
ref in interface IVecIref in class IParticleGeopublic IParticleOnPlaneGeo ref(IVecI center, IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IParticleOnPlaneGeo ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
ref in interface IVecIref in class IParticleGeopublic IParticleOnPlaneGeo mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IParticleOnPlaneGeo mirror(double planeX, double planeY, double planeZ)
mirror in interface IVecImirror in class IParticleGeopublic IParticleOnPlaneGeo mirror(IVecI center, IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IParticleOnPlaneGeo mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
mirror in interface IVecImirror in class IParticleGeopublic IParticleOnPlaneGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnPlaneGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnPlaneGeo 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 IParticleOnPlaneGeo 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 IParticleOnPlaneGeo shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnPlaneGeo shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnPlaneGeo shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnPlaneGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnPlaneGeo shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnPlaneGeo shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnPlaneGeo shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnPlaneGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnPlaneGeo shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnPlaneGeo shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnPlaneGeo shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnPlaneGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnPlaneGeo translate(double x, double y, double z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnPlaneGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnPlaneGeo translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnPlaneGeo transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnPlaneGeo transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnPlaneGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnPlaneGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnPlaneGeo mv(double x, double y, double z)
mv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnPlaneGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnPlaneGeo mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnPlaneGeo cp()
cp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnPlaneGeo cp(double x, double y, double z)
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnPlaneGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnPlaneGeo cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeo