Class TrajectoirePoint

  • All Implemented Interfaces:
    Trajectoire

    public class TrajectoirePoint
    extends java.lang.Object
    implements Trajectoire
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean asuivant()  
      int frame()  
      void frame​(int f)  
      Point3D point()  
      double t()  
      void t​(double t)  
      double tDebut()  
      void tDebut​(double t)  
      double tFin()  
      void tFin​(double t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait