Class RungeKutta

  • All Implemented Interfaces:
    IIntegrator

    public class RungeKutta
    extends java.lang.Object
    implements IIntegrator
    • Constructor Summary

      Constructors 
      Constructor Description
      RungeKutta()  
    • Method Summary

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

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

      • RungeKutta

        public RungeKutta()
    • Method Detail

      • step

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