|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IDynamicsBase
igeo.IParticle
igeo.IParticleOnCurve
public class IParticleOnCurve
Class of an implementation of IDynamics to have physical attributes of point on a cureve.
| Field Summary | |
|---|---|
ICurveI |
curve
|
double |
ufrc
|
double |
upos
|
IVec |
utan
|
double |
uvel
|
| Fields inherited from class igeo.IParticle |
|---|
defaultFriction, fixed, frc, friction, mass, pos, vel |
| Fields inherited from class igeo.IDynamicsBase |
|---|
parent, targets |
| Constructor Summary | |
|---|---|
IParticleOnCurve(ICurve curve)
|
|
IParticleOnCurve(ICurve curve,
double u)
|
|
IParticleOnCurve(ICurve curve,
double u,
IVec pos)
|
|
IParticleOnCurve(ICurveI curve)
|
|
IParticleOnCurve(ICurveI curve,
double u)
|
|
IParticleOnCurve(ICurveI curve,
double u,
IObject parent)
|
|
IParticleOnCurve(ICurveI curve,
double u,
IPoint pt)
|
|
IParticleOnCurve(ICurveI curve,
double u,
IPointR pt)
|
|
IParticleOnCurve(ICurveI curve,
double u,
IVec pos)
|
|
IParticleOnCurve(ICurveI curve,
double u,
IVec pos,
IObject parent)
|
|
IParticleOnCurve(ICurveI curve,
IObject parent)
|
|
IParticleOnCurve(ICurveI curve,
IPoint pt)
|
|
IParticleOnCurve(ICurveI curve,
IPointR pt)
|
|
IParticleOnCurve(ICurveI curve,
IVec pos)
|
|
IParticleOnCurve(ICurveI curve,
IVec pos,
IObject parent)
|
|
IParticleOnCurve(ICurve curve,
IVec pos)
|
|
IParticleOnCurve(IParticleOnCurve p)
|
|
IParticleOnCurve(IParticleOnCurve p,
IObject parent)
|
|
IParticleOnCurve(IParticleOnCurve p,
IVec pos)
|
|
IParticleOnCurve(IParticleOnCurve p,
IVec pos,
IObject parent)
|
|
| Method Summary | |
|---|---|
IParticleOnCurve |
add(double x,
double y,
double z)
|
IParticleOnCurve |
add(double f,
IVecI v)
scale add |
IParticleOnCurve |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnCurve |
add(IDoubleI f,
IVecI v)
scale add |
IParticleOnCurve |
add(IVecI v)
|
IParticleOnCurve |
add(IVecI v,
double f)
scale add |
IParticleOnCurve |
add(IVecI v,
IDoubleI f)
scale add |
IParticleOnCurve |
addForce(IVecI f)
adding force (alias of push) |
IParticleOnCurve |
addUForce(double uforce)
|
IParticleOnCurve |
cp()
cp() is alias of dup() |
IParticleOnCurve |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticleOnCurve |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IParticleOnCurve |
cp(IVecI v)
cp() is alias of dup().add() |
ICurveI |
curve()
|
IParticleOnCurve |
decay(double d)
|
IParticleOnCurve |
div(double v)
|
IParticleOnCurve |
div(IDoubleI v)
|
IParticleOnCurve |
dup()
duplicate the instance |
IParticleOnCurve |
fix()
|
IParticleOnCurve |
flip()
alias of neg() |
IParticleOnCurve |
force(IVecI v)
set force |
IParticleOnCurve |
frc(IVecI v)
set force |
IParticleOnCurve |
fric(double friction)
set friction |
IParticleOnCurve |
friction(double friction)
set friction |
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects. |
IParticleOnCurve |
mass(double mass)
set mass |
IParticleOnCurve |
mirror(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
mul(double v)
|
IParticleOnCurve |
mul(IDoubleI v)
|
IParticleOnCurve |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticleOnCurve |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IParticleOnCurve |
mv(IVecI v)
mv() is alias of add() |
IParticleOnCurve |
neg()
|
IParticleOnCurve |
pos(IVecI v)
set position |
IParticleOnCurve |
position(IVecI v)
set position |
IParticleOnCurve |
pull(IVecI f)
adding negative force |
IParticleOnCurve |
push(IVecI f)
adding force |
IParticleOnCurve |
ref(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticleOnCurve |
reset()
setting force zero |
IParticleOnCurve |
resetForce()
setting force zero (alias of reset()) |
IParticleOnCurve |
resetUForce()
|
IParticleOnCurve |
rev()
alias of neg() |
IParticleOnCurve |
rot(double angle)
rotation on XY plane |
IParticleOnCurve |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IParticleOnCurve |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IParticleOnCurve |
rot(IDoubleI angle)
rotation on XY plane |
IParticleOnCurve |
rot(IVecI axis,
double angle)
rotation around axis vector |
IParticleOnCurve |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticleOnCurve |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector. |
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point |
IParticleOnCurve |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location. |
IParticleOnCurve |
rot2(double angle)
rotation on xy-plane; alias of rot(double) |
IParticleOnCurve |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IParticleOnCurve |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI) |
IParticleOnCurve |
rot2(IVecI destDir)
rotation on xy-plane towards destDir |
IParticleOnCurve |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IParticleOnCurve |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane |
IParticleOnCurve |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt |
IParticleOnCurve |
scale(double f)
alias of mul |
IParticleOnCurve |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IParticleOnCurve |
scale(IDoubleI f)
alias of mul |
IParticleOnCurve |
scale(IVecI center,
double f)
scale from a center |
IParticleOnCurve |
scale(IVecI center,
IDoubleI f)
scale from a center |
IParticleOnCurve |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IParticleOnCurve |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IParticleOnCurve |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticleOnCurve |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IParticleOnCurve |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IParticleOnCurve |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IParticleOnCurve |
set(double x,
double y,
double z)
|
IParticleOnCurve |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnCurve |
set(IVecI v)
|
IParticleOnCurve |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleOnCurve |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleOnCurve |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticleOnCurve |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IParticleOnCurve |
shearXY(double sxy,
double syx)
shear operation on XY |
IParticleOnCurve |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleOnCurve |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IParticleOnCurve |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IParticleOnCurve |
shearYZ(double syz,
double szy)
shear operation on YZ |
IParticleOnCurve |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleOnCurve |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IParticleOnCurve |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IParticleOnCurve |
shearZX(double szx,
double sxz)
shear operation on ZX |
IParticleOnCurve |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleOnCurve |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IParticleOnCurve |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IParticleOnCurve |
sub(double x,
double y,
double z)
|
IParticleOnCurve |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticleOnCurve |
sub(IVecI v)
|
IParticleOnCurve |
transform(IMatrix3I mat)
transform with a transformation matrix |
IParticleOnCurve |
transform(IMatrix4I mat)
transform with a transformation matrix |
IParticleOnCurve |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IParticleOnCurve |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IParticleOnCurve |
translate(double x,
double y,
double z)
translate is alias of add() |
IParticleOnCurve |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IParticleOnCurve |
translate(IVecI v)
alias of add() |
double |
uforce()
|
IParticleOnCurve |
uforce(double uf)
|
double |
ufrc()
|
IParticleOnCurve |
ufrc(double uf)
|
IParticleOnCurve |
unfix()
|
IParticleOnCurve |
unit()
unitize |
void |
update()
behavior definition of updating dynamics in each time frame |
double |
upos()
|
IParticleOnCurve |
upos(double u)
|
double |
uposition()
|
IParticleOnCurve |
uposition(double u)
|
double |
uvel()
|
IParticleOnCurve |
uvel(double uv)
|
double |
uvelocity()
|
IParticleOnCurve |
uvelocity(double uv)
|
IParticleOnCurve |
vel(IVecI v)
set velocity |
IParticleOnCurve |
velocity(IVecI v)
set velocity |
IParticleOnCurve |
x(double vx)
implementation of IVecI |
IParticleOnCurve |
x(IDoubleI vx)
setting x component |
IParticleOnCurve |
y(double vy)
setting y component |
IParticleOnCurve |
y(IDoubleI vy)
setting y component |
IParticleOnCurve |
z(double vz)
setting z component |
IParticleOnCurve |
z(IDoubleI vz)
setting z component |
IParticleOnCurve |
zero()
setting all zero |
| Methods inherited from class igeo.IParticle |
|---|
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, 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, sum, sum, sum, sum, sum, sum, sum, 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, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, target, target, targetNum, targets, updateTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ICurveI curve
public double upos
public double uvel
public double ufrc
public IVec utan
| Constructor Detail |
|---|
public IParticleOnCurve(ICurveI curve)
public IParticleOnCurve(ICurveI curve,
double u)
public IParticleOnCurve(ICurveI curve,
IVec pos)
public IParticleOnCurve(ICurveI curve,
double u,
IVec pos)
public IParticleOnCurve(ICurveI curve,
IObject parent)
public IParticleOnCurve(ICurveI curve,
double u,
IObject parent)
public IParticleOnCurve(ICurveI curve,
IVec pos,
IObject parent)
public IParticleOnCurve(ICurveI curve,
double u,
IVec pos,
IObject parent)
public IParticleOnCurve(ICurveI curve,
double u,
IPoint pt)
public IParticleOnCurve(ICurveI curve,
IPoint pt)
public IParticleOnCurve(ICurveI curve,
IPointR pt)
public IParticleOnCurve(ICurveI curve,
double u,
IPointR pt)
public IParticleOnCurve(ICurve curve)
public IParticleOnCurve(ICurve curve,
double u)
public IParticleOnCurve(ICurve curve,
IVec pos)
public IParticleOnCurve(ICurve curve,
double u,
IVec pos)
public IParticleOnCurve(IParticleOnCurve p)
public IParticleOnCurve(IParticleOnCurve p,
IVec pos)
public IParticleOnCurve(IParticleOnCurve p,
IObject parent)
public IParticleOnCurve(IParticleOnCurve p,
IVec pos,
IObject parent)
| Method Detail |
|---|
public IParticleOnCurve dup()
ITransformable
dup in interface ITransformabledup in interface IVecIdup in class IParticlepublic ICurveI curve()
public IParticleOnCurve fix()
fix in class IParticlepublic IParticleOnCurve unfix()
unfix in class IParticlepublic IParticleOnCurve mass(double mass)
IParticleI
mass in interface IParticleImass in class IParticlepublic IParticleOnCurve position(IVecI v)
IParticleI
position in interface IParticleIposition in class IParticlepublic IParticleOnCurve pos(IVecI v)
IParticleI
pos in interface IParticleIpos in class IParticlepublic IParticleOnCurve velocity(IVecI v)
IParticleI
velocity in interface IParticleIvelocity in class IParticlepublic IParticleOnCurve vel(IVecI v)
IParticleI
vel in interface IParticleIvel in class IParticlepublic IParticleOnCurve force(IVecI v)
IParticleI
force in interface IParticleIforce in class IParticlepublic IParticleOnCurve frc(IVecI v)
IParticleI
frc in interface IParticleIfrc in class IParticlepublic IParticleOnCurve friction(double friction)
IParticleI
friction in interface IParticleIfriction in class IParticlepublic IParticleOnCurve fric(double friction)
IParticleI
fric in interface IParticleIfric in class IParticlepublic IParticleOnCurve decay(double d)
decay in interface IParticleIdecay in class IParticlepublic IParticleOnCurve push(IVecI f)
IParticle
push in interface IParticleIpush in class IParticlepublic IParticleOnCurve pull(IVecI f)
IParticle
pull in interface IParticleIpull in class IParticlepublic IParticleOnCurve addForce(IVecI f)
IParticle
addForce in interface IParticleIaddForce in class IParticlepublic IParticleOnCurve reset()
IParticle
reset in interface IParticleIreset in class IParticlepublic IParticleOnCurve resetForce()
IParticle
resetForce in interface IParticleIresetForce in class IParticlepublic IParticleOnCurve uposition(double u)
public IParticleOnCurve upos(double u)
public double uposition()
public double upos()
public IParticleOnCurve uvelocity(double uv)
public IParticleOnCurve uvel(double uv)
public double uvelocity()
public double uvel()
public IParticleOnCurve uforce(double uf)
public IParticleOnCurve ufrc(double uf)
public double uforce()
public double ufrc()
public IParticleOnCurve addUForce(double uforce)
public IParticleOnCurve resetUForce()
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBase
interact in interface IDynamicsinteract in class IParticlepublic void update()
IDynamicsBase
update in interface IDynamicsupdate in class IParticlepublic IParticleOnCurve x(double vx)
x in interface IVecIx in class IParticlepublic IParticleOnCurve y(double vy)
IVecI
y in interface IVecIy in class IParticlepublic IParticleOnCurve z(double vz)
IVecI
z in interface IVecIz in class IParticlepublic IParticleOnCurve x(IDoubleI vx)
IVecI
x in interface IVecIx in class IParticlepublic IParticleOnCurve y(IDoubleI vy)
IVecI
y in interface IVecIy in class IParticlepublic IParticleOnCurve z(IDoubleI vz)
IVecI
z in interface IVecIz in class IParticlepublic IParticleOnCurve set(IVecI v)
set in interface IVecIset in class IParticle
public IParticleOnCurve set(double x,
double y,
double z)
set in interface IVecIset in class IParticle
public IParticleOnCurve set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecIset in class IParticle
public IParticleOnCurve add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleOnCurve add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IParticleOnCurve add(IVecI v)
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleOnCurve sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticle
public IParticleOnCurve sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticlepublic IParticleOnCurve sub(IVecI v)
sub in interface ITransformablesub in interface IVecIsub in class IParticlepublic IParticleOnCurve mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecImul in class IParticlepublic IParticleOnCurve mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticlepublic IParticleOnCurve div(IDoubleI v)
div in interface ITransformablediv in interface IVecIdiv in class IParticlepublic IParticleOnCurve div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticlepublic IParticleOnCurve neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticlepublic IParticleOnCurve rev()
IVecI
rev in interface IVecIrev in class IParticlepublic IParticleOnCurve flip()
IVecI
flip in interface ITransformableflip in interface IVecIflip in class IParticlepublic IParticleOnCurve zero()
IVecI
zero in interface IVecIzero in class IParticle
public IParticleOnCurve add(IVecI v,
double f)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleOnCurve add(IVecI v,
IDoubleI f)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleOnCurve add(double f,
IVecI v)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleOnCurve add(IDoubleI f,
IVecI v)
IVecI
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IParticleOnCurve unit()
IVecI
unit in interface IVecIunit in class IParticlepublic IParticleOnCurve rot(IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticlepublic IParticleOnCurve rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI axis,
IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI center,
IVecI axis,
IDoubleI angle)
IVecI
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI axis,
IVecI destDir)
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ITransformablerot in interface IVecIrot in class IParticlepublic IParticleOnCurve rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticlepublic IParticleOnCurve rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleOnCurve rot2(IVecI center,
double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleOnCurve rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleOnCurve rot2(double centerX,
double centerY,
double angle)
rot2 in interface IVecIrot2 in class IParticlepublic IParticleOnCurve rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticle
public IParticleOnCurve rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticlepublic IParticleOnCurve scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIscale in class IParticlepublic IParticleOnCurve scale(double f)
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleOnCurve scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleOnCurve scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleOnCurve scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecIscale in class IParticle
public IParticleOnCurve scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIscale1d in class IParticlepublic IParticleOnCurve ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticle
public IParticleOnCurve ref(double planeX,
double planeY,
double planeZ)
ref in interface IVecIref in class IParticle
public IParticleOnCurve ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticle
public IParticleOnCurve ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
ref in interface IVecIref in class IParticlepublic IParticleOnCurve mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticle
public IParticleOnCurve mirror(double planeX,
double planeY,
double planeZ)
mirror in interface IVecImirror in class IParticle
public IParticleOnCurve mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticle
public IParticleOnCurve mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
mirror in interface IVecImirror in class IParticle
public IParticleOnCurve shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticle
public IParticleOnCurve shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecIshear in class IParticle
public IParticleOnCurve 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 IParticle
public IParticleOnCurve 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 IParticle
public IParticleOnCurve shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticle
public IParticleOnCurve translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IParticleOnCurve translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IParticleOnCurve transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticlepublic IParticleOnCurve transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleOnCurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleOnCurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleOnCurve mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecImv in class IParticle
public IParticleOnCurve mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IParticleOnCurve mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IParticleOnCurve cp()
cp in interface ITransformablecp in interface IVecIcp in class IParticle
public IParticleOnCurve cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecIcp in class IParticle
public IParticleOnCurve cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticlepublic IParticleOnCurve cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIcp in class IParticle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||