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

/external/eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h78 * \sa FromRotation()
265 static EulerAngles FromRotation(const MatrixBase<Derived>& m) function in class:Eigen::EulerAngles
291 static EulerAngles FromRotation(const RotationBase<Derived, 3>& rot) function in class:Eigen::EulerAngles
293 return FromRotation<PositiveRangeAlpha, PositiveRangeBeta, PositiveRangeGamma>(rot.toRotationMatrix());

Completed in 6216 milliseconds