Searched defs:nlerp (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java732 * Sets the values of this quaternion to the nlerp from itself to q2 by blend.
736 public void nlerp(Quaternion q2, float blend) { method in class:Quaternion

Completed in 70 milliseconds