|
|||||||||
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)
|
Methods inherited from class igeo.IParticle |
---|
acc, acceleration, add, add, angle, angle, angle, angle, angle, angle, bisect, cross, decay, dif, diff, dist, dist, dist, dist2, dist2, dist2, dot, dot, dot, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, 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, nml, nml, pos, position, rot, rot, rot2, rot2, rot2, rot2, rot2, rot2, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, vel, velocity, x, y, z, zero |
Methods inherited from class igeo.IDynamicsBase |
---|
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 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()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IParticle
public IParticleOnCurve add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve add(IVecI v, IDoubleI f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
add
in class IParticle
public IParticleOnCurve unit()
unit
in interface IVecI
unit
in class IParticle
public IParticleOnCurve rot(IVecI axis, IDoubleI angle)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticle
public IParticleOnCurve rot(IVecI center, IVecI axis, IDoubleI angle)
ITransformable
rot
in interface ITransformable
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 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)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticle
public IParticleOnCurve scale(IVecI center, double f)
scale
in interface ITransformable
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)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticle
public IParticleOnCurve scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
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(IVecI center, IVecI planeDir)
ref
in interface ITransformable
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(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
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)
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)
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)
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticle
public IParticleOnCurve shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticle
public IParticleOnCurve shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticle
public IParticleOnCurve shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticle
public IParticleOnCurve shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
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)
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleOnCurve translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticle
public IParticleOnCurve transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticle
public IParticleOnCurve transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
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)
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticle
public IParticleOnCurve mv(IVecI v)
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)
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticle
public IParticleOnCurve cp(IVecI v)
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 |