Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java106 public static float interpolateLinear(float scale, float startValue, float endValue) { in interpolateLinear() method in FastMath
132 …public static Vector3f interpolateLinear(float scale, Vector3f startValue, Vector3f endValue, Vect… in interpolateLinear() method in FastMath
154 public static Vector3f interpolateLinear(float scale, Vector3f startValue, Vector3f endValue) { in interpolateLinear() method in FastMath