Class Interpolation.BounceOut

java.lang.Object
org.oscim.utils.math.Interpolation
org.oscim.utils.math.Interpolation.BounceOut
Direct Known Subclasses:
Interpolation.Bounce, Interpolation.BounceIn
Enclosing class:
Interpolation

public static class Interpolation.BounceOut extends Interpolation
  • 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 class Interpolation
      Parameters:
      a - Alpha value between 0 and 1.