Class Elastic


  • public class Elastic
    extends Object
    • Constructor Detail

      • Elastic

        public Elastic()
    • Method Detail

      • easeIn

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

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

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

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

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

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