#include <AffineTransform.hpp>
|
template<typename E > |
| RotationMatrix (SizeType n, const QuaternionExpression< E > &q) |
|
template<typename T1 , typename T2 , typename T3 , typename T4 > |
| RotationMatrix (SizeType n, const T1 &w, const T2 &ux, const T3 &uy, const T4 &uz) |
|
| RotationMatrix (const RotationMatrix &m) |
|
template<typename E > |
void | set (const QuaternionExpression< E > &q) |
|
template<typename T1 , typename T2 , typename T3 , typename T4 > |
void | set (const T1 &w, const T2 &ux, const T3 &uy, const T4 &uz) |
|
ConstReference | operator() (SizeType i, SizeType j) const |
|
bool | isEmpty () const |
|
SizeType | getSize1 () const |
|
SizeType | getSize2 () const |
|
SizeType | getMaxSize1 () const |
|
SizeType | getMaxSize2 () const |
|
RotationMatrix & | operator= (const RotationMatrix &m) |
|
void | swap (RotationMatrix &m) |
|
void | resize (SizeType n) |
|
const ContainerType & | operator() () const |
|
ContainerType & | operator() () |
|
const ExpressionType & | operator() () const |
|
ExpressionType & | operator() () |
|
◆ ValueType
◆ Reference
◆ ConstReference
◆ SizeType
◆ DifferenceType
◆ ClosureType
◆ ConstClosureType
◆ MatrixTemporaryType
◆ VectorTemporaryType
◆ RotationMatrix() [1/3]
template<typename T >
template<typename E >
◆ RotationMatrix() [2/3]
template<typename T >
template<typename T1 , typename T2 , typename T3 , typename T4 >
◆ RotationMatrix() [3/3]
◆ set() [1/2]
template<typename T >
template<typename E >
◆ set() [2/2]
template<typename T >
template<typename T1 , typename T2 , typename T3 , typename T4 >
◆ operator()()
◆ isEmpty()
◆ getSize1()
◆ getSize2()
◆ getMaxSize1()
◆ getMaxSize2()
◆ operator=()
◆ swap()
◆ resize()
◆ swap
The documentation for this class was generated from the following file: