Package arc.math

Class Interp.BounceOut

java.lang.Object
arc.math.Interp.BounceOut
All Implemented Interfaces:
Interp
Direct Known Subclasses:
Interp.Bounce, Interp.BounceIn
Enclosing interface:
Interp

public static class Interp.BounceOut extends Object implements Interp
  • Constructor Details

    • BounceOut

      public BounceOut(float[] widths, float[] heights)
    • BounceOut

      public BounceOut(int bounces)
  • Method Details

    • apply

      public float apply(float a)
      Specified by:
      apply in interface Interp
      Parameters:
      a - Alpha value between 0 and 1.