Class Schlick


  • public class Schlick
    extends Easing
    Schlick's bias and gain functions curve for use in an easing function including quantize functions
    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get​(double x)  
      double getDiff​(double x)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDiff

        public double getDiff​(double x)
        Overrides:
        getDiff in class Easing
      • get

        public double get​(double x)
        Overrides:
        get in class Easing