Class Trajectoires


  • public class Trajectoires
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Trajectoires()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Point3D sphere​(double longpc, double latpc, double radius)  
      static Point3D sphere​(Point3D center, Point3D oo00, Point3D axe, double longpc, double latpc, double radius)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Trajectoires

        public Trajectoires()
    • Method Detail

      • sphere

        public static Point3D sphere​(double longpc,
                                     double latpc,
                                     double radius)