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

  /external/eigen/bench/
quat_slerp.cpp 11 EIGEN_DONT_INLINE Q nlerp(const Q& a, const Q& b, typename Q::Scalar t) function
163 cout << "double=>float=>double nlerp eigen legacy(snap) legacy(nlerp) rightway gael's criteria\n";
191 c[0] = nlerp(a,b,t);
240 BENCH(nlerp);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 241 tempQ.nlerp(tempQ2, blend);
SpatialTrack.java 120 tempQ.nlerp(tempQ2, blend);
Bone.java 543 localRot.nlerp(tmpQ, weight);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 230 tmpRot2.set(tmpRot1).nlerp(link.bone.getModelSpaceRotation(), blendStart / blendTime);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 732 * 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
    [all...]

Completed in 465 milliseconds