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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 66 typedef AngleAxis<Scalar> AngleAxisType;
115 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
126 Quaternion& operator=(const AngleAxisType& aa);
272 inline Quaternion<Scalar>& Quaternion<Scalar>::operator=(const AngleAxisType& aa)
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 55 typedef AngleAxis<Scalar> AngleAxisType;
99 Derived& operator=(const AngleAxisType& aa);
238 typedef typename Base::AngleAxisType AngleAxisType;
259 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
494 EIGEN_STRONG_INLINE Derived& QuaternionBase<Derived>::operator=(const AngleAxisType& aa)

Completed in 41 milliseconds