Interface Interpolation.FloatInterpolator

Enclosing class:
Interpolation

public static interface Interpolation.FloatInterpolator
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    interpolate(float a, float b, float t)
     
  • Method Details

    • interpolate

      float interpolate(float a, float b, float t)