Class Quintic

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

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

    Fields 
    Modifier and Type Field Description
    static java.lang.String IN  
    static java.lang.String IN_OUT  
    static java.lang.String OUT  
  • Constructor Summary

    Constructors 
    Constructor Description
    Quintic()  
  • Method Summary

    Modifier and Type Method Description
    static float easeIn​(float t, float b, float c, float d)  
    static float easeInOut​(float t, float b, float c, float d)  
    static float easeOut​(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

    • 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)