Package arc.math

Class Interp.ElasticOut

java.lang.Object
arc.math.Interp.Elastic
arc.math.Interp.ElasticOut
All Implemented Interfaces:
Interp
Enclosing interface:
Interp

public static class Interp.ElasticOut extends Interp.Elastic
  • Constructor Details

    • ElasticOut

      public ElasticOut(float value, float power, int bounces, float scale)
  • Method Details

    • apply

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