Class ElasticOut

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Double a  
      (package private) java.lang.Double p  
    • Constructor Summary

      Constructors 
      Constructor Description
      ElasticOut()  
      ElasticOut​(double a, double p)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue​(double step)
      Get value at step 'step'
      • Methods inherited from class java.lang.Object

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

      • a

        java.lang.Double a
      • p

        java.lang.Double p
    • Constructor Detail

      • ElasticOut

        public ElasticOut​(double a,
                          double p)
      • ElasticOut

        public ElasticOut()
    • Method Detail