Common base class for compact rotation representations. More...
#include <RotationBase.h>
Inheritance diagram for RotationBase< Derived, _Dim >:Public Types | |
| typedef Matrix< Scalar, Dim, Dim > | RotationMatrixType |
| typedef internal::traits< Derived >::Scalar | Scalar |
Public Member Functions | |
| Derived | inverse () const |
| RotationMatrixType | matrix () 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 |
| Transform< Scalar, Dim, Isometry > | operator* (const Translation< Scalar, Dim > &t) const |
| RotationMatrixType | operator* (const UniformScaling< Scalar > &s) const |
| RotationMatrixType | toRotationMatrix () const |
Common base class for compact rotation representations.
| Derived | is the derived type, i.e., a rotation type |
| _Dim | the dimension of the space |
| typedef Matrix<Scalar,Dim,Dim> RotationMatrixType |
corresponding linear transformation matrix type
| typedef internal::traits<Derived>::Scalar Scalar |
the scalar type of the coefficients
|
inline |
|
inline |
|
inline |
*this with a generic expression e e can be:
|
inline |
*this with a transformation t
|
inline |
*this with a translation t
|
inline |
*this with a uniform scaling s
|
inline |
Referenced by Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >::Matrix(), RotationBase< AngleAxis< _Scalar >, 3 >::operator*(), RotationBase< AngleAxis< _Scalar >, 3 >::operator*(), and Matrix< Scalar, RowsAtCompileTime, 1, Options, MaxRowsAtCompileTime, 1 >::operator=().