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

  /external/eigen/Eigen/src/Geometry/
AngleAxis.h 125 EIGEN_DEVICE_FUNC AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
209 EIGEN_DEVICE_FUNC AngleAxis<Scalar>& AngleAxis<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
Rotation2D.h 69 * \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)

Completed in 420 milliseconds