template<typename Derived, int _Dim>
class Eigen::RotationBase< Derived, _Dim >
Common base class for compact rotation representations.
- Parameters
-
Derived | is the derived type, i.e., a rotation type |
_Dim | the dimension of the space |
|
Derived | inverse () const |
|
RotationMatrixType | matrix () const |
|
Transform< Scalar, Dim, Isometry > | operator* (const Translation< Scalar, Dim > &t) const |
|
RotationMatrixType | operator* (const UniformScaling< Scalar > &s) const |
|
template<typename OtherDerived > |
internal::rotation_base_generic_product_selector
< Derived, OtherDerived,
OtherDerived::IsVectorAtCompileTime >
::ReturnType | operator* (const EigenBase< OtherDerived > &e) const |
|
template<int Mode, int Options> |
Transform< Scalar, Dim, Mode > | operator* (const Transform< Scalar, Dim, Mode, Options > &t) const |
|
RotationMatrixType | toRotationMatrix () const |
|