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

  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
quat.js 280 quat.slerp = function (out, a, b, t) {
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 87 inline Rotation2D slerp(Scalar t, const Rotation2D& other) const function in class:Eigen::Rotation2D
Quaternion.h 176 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/
Rotation2D.h 92 inline Rotation2D slerp(const Scalar& t, const Rotation2D& other) const function in class:Eigen::Rotation2D
Quaternion.h 153 template<class OtherDerived> Quaternion<Scalar> slerp(const Scalar& t, const QuaternionBase<OtherDerived>& other) const;
684 * see also http://en.wikipedia.org/wiki/Slerp.
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/
TransformationMatrix.cpp 473 static void slerp(double qa[4], const double qb[4], double t) function in namespace:blink
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]

Completed in 103 milliseconds