Searched refs:fromRotationMatrix (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DRotation2D.h69 * \sa fromRotationMatrix()
74 fromRotationMatrix(m.derived());
113 EIGEN_DEVICE_FUNC Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
119 * This method is an alias for fromRotationMatrix()
121 * \sa fromRotationMatrix()
125 { return fromRotationMatrix(m.derived()); }
176 EIGEN_DEVICE_FUNC Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat) function in class:Eigen::Rotation2D
H A DAngleAxis.h125 EIGEN_DEVICE_FUNC AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
209 EIGEN_DEVICE_FUNC AngleAxis<Scalar>& AngleAxis<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat) function in class:Eigen::AngleAxis
/external/eigen/test/
H A Dgeo_transformations.cpp150 aa.fromRotationMatrix(aa.toRotationMatrix());

Completed in 395 milliseconds