Package one.empty3.library
Class TrajectoirePoint
- java.lang.Object
-
- one.empty3.library.TrajectoirePoint
-
- All Implemented Interfaces:
Trajectoire
public class TrajectoirePoint extends java.lang.Object implements Trajectoire
-
-
Constructor Summary
Constructors Constructor Description TrajectoirePoint(Point3D[] point, double[] duree)
-
-
-
Constructor Detail
-
TrajectoirePoint
public TrajectoirePoint(Point3D[] point, double[] duree)
-
-
Method Detail
-
asuivant
public boolean asuivant()
- Specified by:
asuivant
in interfaceTrajectoire
-
frame
public int frame()
- Specified by:
frame
in interfaceTrajectoire
-
frame
public void frame(int f)
- Specified by:
frame
in interfaceTrajectoire
-
point
public Point3D point()
- Specified by:
point
in interfaceTrajectoire
-
t
public double t()
- Specified by:
t
in interfaceTrajectoire
-
t
public void t(double t)
- Specified by:
t
in interfaceTrajectoire
-
tDebut
public double tDebut()
- Specified by:
tDebut
in interfaceTrajectoire
-
tDebut
public void tDebut(double t)
- Specified by:
tDebut
in interfaceTrajectoire
-
tFin
public double tFin()
- Specified by:
tFin
in interfaceTrajectoire
-
tFin
public void tFin(double t)
- Specified by:
tFin
in interfaceTrajectoire
-
-