Go to the source code of this file.
|
| Eigen |
| Namespace containing all symbols from the Eigen library.
|
|
| Eigen::internal |
| Namespace containing low-level routines from the Eigen library.
|
|
|
template<typename Scalar , int Dim> |
static EIGEN_DEVICE_FUNC Matrix< Scalar, 2, 2 > | Eigen::internal::toRotationMatrix (const Scalar &s) |
|
template<typename Scalar , int Dim, typename OtherDerived > |
static EIGEN_DEVICE_FUNC Matrix< Scalar, Dim, Dim > | Eigen::internal::toRotationMatrix (const RotationBase< OtherDerived, Dim > &r) |
|
template<typename Scalar , int Dim, typename OtherDerived > |
static EIGEN_DEVICE_FUNC const MatrixBase< OtherDerived > & | Eigen::internal::toRotationMatrix (const MatrixBase< OtherDerived > &mat) |
|