Class Verlet

    • Constructor Summary

      Constructors 
      Constructor Description
      Verlet()  
      Verlet​(float pDamping)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float damping()  
      void damping​(float pDamping)  
      void step​(float pDeltaTime, Physics pParticleSystem)  
      • Methods inherited from class java.lang.Object

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

      • Verlet

        public Verlet()
      • Verlet

        public Verlet​(float pDamping)
    • Method Detail

      • damping

        public float damping()
      • damping

        public void damping​(float pDamping)
      • step

        public void step​(float pDeltaTime,
                         Physics pParticleSystem)
        Specified by:
        step in interface IIntegrator