Go to the source code of this file.
|
template<typename Scalar , int Dim, typename OtherDerived > |
static const MatrixBase< OtherDerived > & | Eigen::internal::toRotationMatrix (const MatrixBase< OtherDerived > &mat) |
|
template<typename Scalar , int Dim, typename OtherDerived > |
static Matrix< Scalar, Dim, Dim > | Eigen::internal::toRotationMatrix (const RotationBase< OtherDerived, Dim > &r) |
|
template<typename Scalar , int Dim> |
static Matrix< Scalar, 2, 2 > | Eigen::internal::toRotationMatrix (const Scalar &s) |
|