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

/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dquat.js280 quat.slerp = function (out, a, b, t) {
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DRotation2D.h87 inline Rotation2D slerp(Scalar t, const Rotation2D& other) const function in class:Eigen::Rotation2D
H A DQuaternion.h176 Quaternion slerp(Scalar t, const Quaternion& other) const;
416 Quaternion<Scalar> Quaternion<Scalar>::slerp(Scalar t, const Quaternion& other) const function in class:Eigen::Quaternion
/external/eigen/Eigen/src/Geometry/
H A DRotation2D.h92 inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const function in class:Eigen::Rotation2D
H A DQuaternion.h153 template<class OtherDerived> Quaternion<Scalar> slerp(const Scalar& t, const QuaternionBase<OtherDerived>& other) const;
689 QuaternionBase<Derived>::slerp(const Scalar& t, const QuaternionBase<OtherDerived>& other) const function in class:Eigen::QuaternionBase
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp473 static void slerp(double qa[4], const double qb[4], double t) function in namespace:blink
1447 slerp(&fromDecomp.quaternionX, &toDecomp.quaternionX, progress);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js3672 quat.slerp = function (out, a, b, t) {

Completed in 118 milliseconds