Class Quintic

java.lang.Object
com.diozero.animation.easing.Quintic

public class Quintic
extends Object
  • Field Details

  • Constructor Details

    • Quintic

      public Quintic()
  • Method Details

    • easeIn

      public static float easeIn​(float t, float b, float c, float d)
    • easeOut

      public static float easeOut​(float t, float b, float c, float d)
    • easeInOut

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