|
|||||||||
| 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 |
|---|
angle, angle, angle, angle, angle, angle, bisect, cross, 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, isValid, len, len, len, len, len, len2, len2, len2, mass, mid, nml, nml, pos, position, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, vel, velocity, x, y, z |
| Methods inherited from class igeo.IDynamicsBase |
|---|
initDynamicsBase, initDynamicsBase, parent, parent, 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)
mass in class IParticlepublic IParticleOnCurve position(IVec v)
position in class IParticlepublic IParticleOnCurve pos(IVec v)
pos in class IParticlepublic IParticleOnCurve velocity(IVec v)
velocity in class IParticlepublic IParticleOnCurve vel(IVec v)
vel in class IParticlepublic IParticleOnCurve force(IVec v)
force in class IParticlepublic IParticleOnCurve frc(IVec v)
frc in class IParticlepublic IParticleOnCurve friction(double friction)
friction in class IParticlepublic IParticleOnCurve fric(double friction)
fric in class IParticlepublic IParticleOnCurve addForce(IVec f)
addForce in interface IParticleIaddForce in class IParticlepublic IParticleOnCurve resetForce()
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 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()
ITransformable
flip in interface ITransformableflip in interface IVecIflip in class IParticle
public IParticleOnCurve add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecIadd in class IParticle
public IParticleOnCurve add(IVecI v,
IDoubleI f)
add in interface ITransformableadd in interface IVecIadd in class IParticlepublic IParticleOnCurve unit()
unit in interface IVecIunit in class IParticle
public IParticleOnCurve rot(IVecI axis,
IDoubleI angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecIrot in class IParticle
public IParticleOnCurve rot(IVecI center,
IVecI axis,
IDoubleI angle)
rot in interface ITransformablerot 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 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)
scale in interface ITransformablescale in interface IVecIscale in class IParticle
public IParticleOnCurve scale(IVecI center,
double f)
scale in interface ITransformablescale 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)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticle
public IParticleOnCurve scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticlepublic IParticleOnCurve ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticle
public IParticleOnCurve ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticlepublic IParticleOnCurve mirror(IVecI planeDir)
mirror in interface ITransformablemirror 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 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)
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)
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)
shear in interface ITransformableshear in interface IVecIshear in class IParticle
public IParticleOnCurve shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticle
public IParticleOnCurve shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticle
public IParticleOnCurve shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticle
public IParticleOnCurve shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
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)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IParticleOnCurve translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticlepublic IParticleOnCurve transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecItransform in class IParticlepublic IParticleOnCurve transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleOnCurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecItransform in class IParticle
public IParticleOnCurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
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)
mv in interface ITransformablemv in interface IVecImv in class IParticlepublic IParticleOnCurve mv(IVecI v)
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)
cp in interface ITransformablecp in interface IVecIcp in class IParticlepublic IParticleOnCurve cp(IVecI v)
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 | ||||||||