Package one.empty3.library.core.move
Class LineTrajectory
- java.lang.Object
-
- one.empty3.library.core.move.SimpleTrajectory
-
- one.empty3.library.core.move.LineTrajectory
-
- All Implemented Interfaces:
Trajectory
- Direct Known Subclasses:
LineMoveeObject
public class LineTrajectory extends SimpleTrajectory
-
-
Field Summary
Fields Modifier and Type Field Description protected Point3D
a
-
Fields inherited from class one.empty3.library.core.move.SimpleTrajectory
nanoTime
-
Fields inherited from interface one.empty3.library.core.move.Trajectory
POINTS_INTERMEDIATE_BEZIER, POINTS_INTERMEDIATE_LINE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point3D
calculerPoint3D(double timeEllapsedNano)
void
swapAB()
-
Methods inherited from class one.empty3.library.core.move.SimpleTrajectory
addPoints, addPoints, getIntermediatePointsUntilNext, getNextPointAndRemove, hasMorePoints
-
-
-
-
Field Detail
-
a
protected Point3D a
-
-
Method Detail
-
swapAB
public void swapAB()
-
calculerPoint3D
public Point3D calculerPoint3D(double timeEllapsedNano)
- Specified by:
calculerPoint3D
in classSimpleTrajectory
-
-