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

  /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(Scalar t, const Rotation2D& other) const function in class:Eigen::Rotation2D
Quaternion.h 155 * see http://en.wikipedia.org/wiki/Slerp
157 template<class OtherDerived> Quaternion<Scalar> slerp(Scalar t, const QuaternionBase<OtherDerived>& other) const;
692 QuaternionBase<Derived>::slerp(Scalar t, const QuaternionBase<OtherDerived>& other) const function in class:Eigen::QuaternionBase
  /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/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 131 milliseconds