Home
last modified time | relevance | path

Searched defs:extrapolateLinear (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java168 public static float extrapolateLinear(float scale, float startValue, float endValue) { in extrapolateLinear() method in FastMath
186 …public static Vector3f extrapolateLinear(float scale, Vector3f startValue, Vector3f endValue, Vect… in extrapolateLinear() method in FastMath
209 public static Vector3f extrapolateLinear(float scale, Vector3f startValue, Vector3f endValue) { in extrapolateLinear() method in FastMath