Package one.empty3.library
Interface Trajectoire
- All Known Implementing Classes:
TrajectoirePoint
public interface Trajectoire
-
Method Summary
-
Method Details
-
asuivant
boolean asuivant() -
frame
int frame() -
frame
void frame(int f) -
point
Point3D point() -
t
double t() -
t
void t(double t) -
tDebut
double tDebut() -
tDebut
void tDebut(double t) -
tFin
double tFin() -
tFin
void tFin(double t)
-