public class MovingCenterRotationMotionField extends RotationMotionField
Constructor and Description |
---|
MovingCenterRotationMotionField(PointND transformationCenter,
MotionField centerTransform,
SimpleVector rotationAxis,
double angle) |
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.
|
getTransform
getPositions, getTimeWarper, setTimeWarper
public MovingCenterRotationMotionField(PointND transformationCenter, MotionField centerTransform, SimpleVector rotationAxis, double angle)
public PointND getPosition(PointND initialPosition, double initialTime, double time)
MotionField
getPosition
in interface MotionField
getPosition
in class RotationMotionField