|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IDynamicsBase
igeo.IParticleGeo
igeo.IParticleOnPlaneGeo
public class IParticleOnPlaneGeo
Class of an implementation of IDynamics to have physical attributes of point on a plane.
| Field Summary | |
|---|---|
IVecI |
planeDir
|
IVecI |
planePt
|
| Fields inherited from class igeo.IParticleGeo |
|---|
defaultFriction, fixed, frc, friction, mass, pos, skipUpdateOnce, vel |
| Fields inherited from class igeo.IDynamicsBase |
|---|
parent, targets |
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class igeo.IParticleGeo |
|---|
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, z |
| Methods inherited from class igeo.IDynamicsBase |
|---|
initDynamicsBase, initDynamicsBase, initDynamicsBase, interact, localDynamics, parent, parent, postinteract, 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 |
|---|
target, targetNum, targets, updateTarget |
| Field Detail |
|---|
public IVecI planeDir
public IVecI planePt
| Constructor Detail |
|---|
public IParticleOnPlaneGeo(IVecI planeDir,
IVecI planePt,
IVecI pos,
IVecI vel)
public IParticleOnPlaneGeo(IVecI planeDir,
IVecI planePt,
IVecI pos)
public 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)
| Method Detail |
|---|
public IParticleOnPlaneGeo dup()
ITransformable
dup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IParticleGeopublic IParticleOnPlaneGeo fix()
IParticleI
fix in interface IParticleIfix in class IParticleGeopublic IParticleOnPlaneGeo unfix()
IParticleI
unfix in interface IParticleIunfix in class IParticleGeopublic IParticleOnPlaneGeo skipUpdateOnce(boolean f)
IParticleGeo
skipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticleGeopublic IParticleOnPlaneGeo mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticleGeopublic IParticleOnPlaneGeo position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticleGeopublic IParticleOnPlaneGeo pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticleGeopublic IParticleOnPlaneGeo velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticleGeopublic IParticleOnPlaneGeo vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticleGeopublic IParticleOnPlaneGeo force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticleGeopublic IParticleOnPlaneGeo frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticleGeopublic IParticleOnPlaneGeo friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticleGeopublic IParticleOnPlaneGeo fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticleGeopublic IParticleOnPlaneGeo decay(double d)
decay in interface IParticleIdecay in class IParticleGeopublic IParticleOnPlaneGeo push(IVecI f)
IParticleGeo
push in interface IParticleIpush in class IParticleGeopublic IParticleOnPlaneGeo pull(IVecI f)
IParticleGeo
pull in interface IParticleIpull in class IParticleGeopublic IParticleOnPlaneGeo addForce(IVecI f)
IParticleGeo
addForce in interface IParticleIaddForce in class IParticleGeopublic IParticleOnPlaneGeo reset()
IParticleGeo
reset in interface IParticleIreset in class IParticleGeopublic IParticleOnPlaneGeo resetForce()
IParticleGeo
resetForce 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()
IParticleGeo
postupdate in interface IDynamicspostupdate in class IParticleGeopublic IParticleOnPlaneGeo x(double vx)
x in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(double vy)
IVecI
y in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo z(double vz)
IVecI
z in interface IVecIz in class IParticleGeopublic IParticleOnPlaneGeo x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticleGeopublic IParticleOnPlaneGeo x(IVecI vx)
IParticleGeo
x in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(IVecI vy)
IParticleGeo
y in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo z(IVecI vz)
IParticleGeo
z in interface IVecIz in class IParticleGeopublic IParticleOnPlaneGeo x(IVec2I vx)
IParticleGeo
x in interface IVecIx in class IParticleGeopublic IParticleOnPlaneGeo y(IVec2I vy)
IParticleGeo
y in interface IVecIy in class IParticleGeopublic IParticleOnPlaneGeo set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IParticleGeo
public IParticleOnPlaneGeo set(double x,
double y,
double z)
set in interface IVecIset in class IParticleGeo
public IParticleOnPlaneGeo set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticleGeo
public IParticleOnPlaneGeo add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public 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 IParticleGeo
public IParticleOnPlaneGeo sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeo
public 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()
IVecI
rev in interface IVecIrev in class IParticleGeopublic IParticleOnPlaneGeo flip()
IVecI
flip in interface ITransformableflip in interface IVecIflip in class IParticleGeopublic IParticleOnPlaneGeo zero()
IVecI
zero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IParticleGeo
public IParticleOnPlaneGeo add(IVecI v,
double f)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IParticleOnPlaneGeo add(IVecI v,
IDoubleI f)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IParticleOnPlaneGeo add(double f,
IVecI v)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticleGeo
public IParticleOnPlaneGeo add(IDoubleI f,
IVecI v)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnPlaneGeo unit()
IVecI
unit in interface IVecIunit in class IParticleGeopublic IParticleOnPlaneGeo rot(IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnPlaneGeo rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(IVecI axis,
IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(IVecI center,
IVecI axis,
IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticleGeo
public IParticleOnPlaneGeo rot(IVecI axis,
IVecI destDir)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeo
public 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 IParticleGeo
public IParticleOnPlaneGeo rot2(IVecI center,
double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeo
public IParticleOnPlaneGeo rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeo
public 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 IParticleGeo
public 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 IParticleGeo
public IParticleOnPlaneGeo scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeo
public IParticleOnPlaneGeo scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeo
public IParticleOnPlaneGeo scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticleGeo
public IParticleOnPlaneGeo scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IParticleOnPlaneGeo scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IParticleOnPlaneGeo scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleGeo
public IParticleOnPlaneGeo scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IParticleOnPlaneGeo scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeo
public IParticleOnPlaneGeo scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnPlaneGeo ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeo
public IParticleOnPlaneGeo ref(double planeX,
double planeY,
double planeZ)
ref in interface IVecIref in class IParticleGeo
public IParticleOnPlaneGeo ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeo
public 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 IParticleGeo
public IParticleOnPlaneGeo mirror(double planeX,
double planeY,
double planeZ)
mirror in interface IVecImirror in class IParticleGeo
public IParticleOnPlaneGeo mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeo
public IParticleOnPlaneGeo mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
mirror in interface IVecImirror in class IParticleGeo
public IParticleOnPlaneGeo shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleGeo
public IParticleOnPlaneGeo 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 IParticleOnPlaneGeo 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 IParticleOnPlaneGeo 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 IParticleOnPlaneGeo shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IParticleOnPlaneGeo shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IParticleOnPlaneGeo shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IParticleOnPlaneGeo shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeo
public IParticleOnPlaneGeo shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IParticleOnPlaneGeo shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IParticleOnPlaneGeo shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IParticleOnPlaneGeo shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeo
public IParticleOnPlaneGeo shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IParticleOnPlaneGeo shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IParticleOnPlaneGeo shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IParticleOnPlaneGeo shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeo
public IParticleOnPlaneGeo translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeo
public IParticleOnPlaneGeo translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnPlaneGeo translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnPlaneGeo transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnPlaneGeo transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeo
public IParticleOnPlaneGeo transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeo
public IParticleOnPlaneGeo transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticleGeo
public IParticleOnPlaneGeo mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecImv in class IParticleGeo
public IParticleOnPlaneGeo mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnPlaneGeo mv(IVecI v)
IVecI
mv 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 IParticleGeo
public IParticleOnPlaneGeo cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeo
public IParticleOnPlaneGeo cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnPlaneGeo 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 | |||||||