public interface MotionField
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.ArrayList<PointND> |
getPositions(PointND initialPosition,
double initialTime,
double... times) |
TimeWarper |
getTimeWarper() |
void |
setTimeWarper(TimeWarper warp) |
PointND getPosition(PointND initialPosition, double initialTime, double time)
initialPosition
- initialTime
- time
- void setTimeWarper(TimeWarper warp)
TimeWarper getTimeWarper()