Searched refs:nlerp (Results 1 – 6 of 6) sorted by relevance
11 EIGEN_DONT_INLINE Q nlerp(const Q& a, const Q& b, typename Q::Scalar t) in nlerp() function191 c[0] = nlerp(a,b,t); in main()240 BENCH(nlerp); in main()
120 tempQ.nlerp(tempQ2, blend); in setTime()
241 tempQ.nlerp(tempQ2, blend); in setTime()
543 localRot.nlerp(tmpQ, weight); in blendAnimTransforms()
230 … tmpRot2.set(tmpRot1).nlerp(link.bone.getModelSpaceRotation(), blendStart / blendTime); in update()
736 public void nlerp(Quaternion q2, float blend) { in nlerp() method in Quaternion