Class Linear

java.lang.Object
com.diozero.api.easing.Linear

public class Linear
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String LINEAR  
  • Constructor Summary

    Constructors 
    Constructor Description
    Linear()  
  • Method Summary

    Modifier and Type Method Description
    static float ease​(float t, float b, float c, float d)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • ease

      public static float ease​(float t, float b, float c, float d)