Interface Vec.Interpolation

Enclosing class:
Vec
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(forRemoval=true) @FunctionalInterface public static interface Vec.Interpolation
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Vec.Interpolation
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final Vec.Interpolation
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    apply(double alpha)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Details

    • LINEAR

      static final Vec.Interpolation LINEAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SMOOTH

      static final Vec.Interpolation SMOOTH
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • apply

      double apply(double alpha)
      Deprecated, for removal: This API element is subject to removal in a future version.