Class ComposanteForceAttraction


  • public class ComposanteForceAttraction
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Point3D fun​(Gravity t1, Gravity t2, double G, double powerD, double powerM1, double powerM2)  
      • Methods inherited from class java.lang.Object

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

      • ComposanteForceAttraction

        public ComposanteForceAttraction()
    • Method Detail

      • fun

        public Point3D fun​(Gravity t1,
                           Gravity t2,
                           double G,
                           double powerD,
                           double powerM1,
                           double powerM2)