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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java182 slerp(q1, q2, interp);
619 * <code>slerp</code> sets this quaternion's value as an interpolation
629 public Quaternion slerp(Quaternion q1, Quaternion q2, float t) { method in class:Quaternion
678 * Sets the values of this quaternion to the slerp from itself to q2 by
686 public void slerp(Quaternion q2, float changeAmnt) { method in class:Quaternion
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp463 static void slerp(double qa[4], const double qb[4], double t) function in namespace:WebCore
1053 slerp(&fromDecomp.quaternionX, &toDecomp.quaternionX, progress);

Completed in 452 milliseconds