HomeSort by relevance Sort by last modified time
    Searched refs:slerp (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
RotationTrack.java 95 q.set(startRotation).slerp(endRotation, value);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Transform.java 184 this.rot.slerp(t1.rot,t2.rot,delta);
Quaternion.java 182 slerp(q1, q2, interp); method
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
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimationFactory.java 249 * Note that the generated rotation will be stored as a quaternion and interpolated using a spherical linear interpolation (slerp)<br>
264 * Note that the generated rotation will be stored as a quaternion and interpolated using a spherical linear interpolation (slerp)<br>
277 // since we are using quaternions and slerp for rotation interpolation, we cannot interpolate over an angle higher than PI
434 rotations[j] = rot.slerp(((Rotation) keyFrames[i]).rotation, ((Rotation) keyFrames[key]).rotation, val);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 463 static void slerp(double qa[4], const double qb[4], double t) function in namespace:WebCore
    [all...]

Completed in 235 milliseconds