|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.geometry.motion.SimpleMotionField
edu.stanford.rsl.konrad.geometry.motion.DualMotionField
public class DualMotionField
Constructor Summary | |
---|---|
DualMotionField(HalfSpaceBoundingCondition halfSpaceOne,
MotionField one,
MotionField two)
|
Method Summary | |
---|---|
PointND |
getPosition(PointND initialPosition,
double initialTime,
double time)
Determines the position at a given initialPosition and a given time where time = 0 is the initial position and time = 1 is the end position. |
Methods inherited from class edu.stanford.rsl.konrad.geometry.motion.SimpleMotionField |
---|
getPositions, getTimeWarper, setTimeWarper |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DualMotionField(HalfSpaceBoundingCondition halfSpaceOne, MotionField one, MotionField two)
Method Detail |
---|
public PointND getPosition(PointND initialPosition, double initialTime, double time)
MotionField
getPosition
in interface MotionField
getPosition
in class SimpleMotionField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |