|
|||||||||
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 ITransformable
dup
in interface IVecI
dup
in class IParticle
public ICurveI curve()
public IParticleOnCurve fix()
fix
in class IParticle
public IParticleOnCurve unfix()
unfix
in class IParticle
public IParticleOnCurve mass(double mass)
IParticleI
mass
in interface IParticleI
mass
in class IParticle
public IParticleOnCurve position(IVecI v)
IParticleI
position
in interface IParticleI
position
in class IParticle
public IParticleOnCurve pos(IVecI v)
IParticleI
pos
in interface IParticleI
pos
in class IParticle
public IParticleOnCurve velocity(IVecI v)
IParticleI
velocity
in interface IParticleI
velocity
in class IParticle
public IParticleOnCurve vel(IVecI v)
IParticleI
vel
in interface IParticleI
vel
in class IParticle
public IParticleOnCurve force(IVecI v)
IParticleI
force
in interface IParticleI
force
in class IParticle
public IParticleOnCurve frc(IVecI v)
IParticleI
frc
in interface IParticleI
frc
in class IParticle
public IParticleOnCurve friction(double friction)
IParticleI
friction
in interface IParticleI
friction
in class IParticle
public IParticleOnCurve fric(double friction)
IParticleI
fric
in interface IParticleI
fric
in class IParticle
public IParticleOnCurve decay(double d)
decay
in interface IParticleI
decay
in class IParticle
public IParticleOnCurve push(IVecI f)
IParticle
push
in interface IParticleI
push
in class IParticle
public IParticleOnCurve pull(IVecI f)
IParticle
pull
in interface IParticleI
pull
in class IParticle
public IParticleOnCurve addForce(IVecI f)
IParticle
addForce
in interface IParticleI
addForce
in class IParticle
public IParticleOnCurve reset()
IParticle
reset
in interface IParticleI
reset
in class IParticle
public IParticleOnCurve resetForce()
IParticle
resetForce
in interface IParticleI
resetForce
in class IParticle
public 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 IDynamics
interact
in class IParticle
public void update()
IDynamicsBase
update
in interface IDynamics
update
in class IParticle
public IParticleOnCurve x(double vx)
x
in interface IVecI
x
in class IParticle
public IParticleOnCurve y(double vy)
IVecI
y
in interface IVecI
y
in class IParticle
public IParticleOnCurve z(double vz)
IVecI
z
in interface IVecI
z
in class IParticle
public IParticleOnCurve x(IDoubleI vx)
IVecI
x
in interface IVecI
x
in class IParticle
public IParticleOnCurve y(IDoubleI vy)
IVecI
y
in interface IVecI
y
in class IParticle
public IParticleOnCurve z(IDoubleI vz)
IVecI
z
in interface IVecI
z
in class IParticle
public IParticleOnCurve set(IVecI v)
set
in interface IVecI
set
in class IParticle
public IParticleOnCurve set(double x, double y, double z)
set
in interface IVecI
set
in class IParticle
public IParticleOnCurve set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
set
in class IParticle
public IParticleOnCurve add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticle
public IParticleOnCurve sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticle
public IParticleOnCurve sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticle
public IParticleOnCurve mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticle
public IParticleOnCurve mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticle
public IParticleOnCurve div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticle
public IParticleOnCurve div(double v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticle
public IParticleOnCurve neg()
neg
in interface ITransformable
neg
in interface IVecI
neg
in class IParticle
public IParticleOnCurve rev()
IVecI
rev
in interface IVecI
rev
in class IParticle
public IParticleOnCurve flip()
IVecI
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IParticle
public IParticleOnCurve zero()
IVecI
zero
in interface IVecI
zero
in class IParticle
public IParticleOnCurve add(IVecI v, double f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve add(IVecI v, IDoubleI f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve add(double f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve add(IDoubleI f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve unit()
IVecI
unit
in interface IVecI
unit
in class IParticle
public IParticleOnCurve rot(IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI center, IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI center, IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI axis, IVecI destDir)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot2(double angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve rot2(IDoubleI angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve rot2(IVecI center, double angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve rot2(IVecI center, IDoubleI angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve rot2(double centerX, double centerY, double angle)
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve rot2(IVecI destDir)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve rot2(IVecI center, IVecI destPt)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticle
public IParticleOnCurve scale(IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleOnCurve scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleOnCurve scale(IVecI center, IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleOnCurve scale(IVecI center, double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleOnCurve scale(double centerX, double centerY, double centerZ, double f)
IVecI
scale
in interface IVecI
scale
in class IParticle
public IParticleOnCurve scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(IVecI center, IVecI axis, double f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve ref(IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticle
public IParticleOnCurve ref(double planeX, double planeY, double planeZ)
ref
in interface IVecI
ref
in class IParticle
public IParticleOnCurve ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticle
public IParticleOnCurve ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
ref
in interface IVecI
ref
in class IParticle
public IParticleOnCurve mirror(IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticle
public IParticleOnCurve mirror(double planeX, double planeY, double planeZ)
mirror
in interface IVecI
mirror
in class IParticle
public IParticleOnCurve mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticle
public IParticleOnCurve mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
mirror
in interface IVecI
mirror
in class IParticle
public IParticleOnCurve shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticle
public IParticleOnCurve shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticle
public IParticleOnCurve shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticle
public IParticleOnCurve shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticle
public IParticleOnCurve shearXY(double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearXY(IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearXY(IVecI center, double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearYZ(double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearYZ(IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearYZ(IVecI center, double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearZX(double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve shearZX(IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve shearZX(IVecI center, double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleOnCurve translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleOnCurve translate(IVecI v)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleOnCurve transform(IMatrix3I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve transform(IMatrix4I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleOnCurve mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleOnCurve mv(IVecI v)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleOnCurve cp()
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleOnCurve cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleOnCurve cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleOnCurve cp(IVecI v)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |