Class Back


  • public class Back
    extends Object
    • Constructor Detail

      • Back

        public Back()
    • 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 s)
      • 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 s)
      • 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 s)