Package com.jme3.math

Interface EaseFunction

All Known Implementing Classes:
Easing.InOut

public interface EaseFunction
Created by Nehon on 26/03/2017.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    apply(float value)
     
  • Method Details

    • apply

      float apply(float value)
      Parameters:
      value - a value from 0 to 1. Passing a value out of this range will have unexpected behavior.
      Returns:
      the blended value