#include <matrix3.hpp>
|
| Matrix3 () |
|
| Matrix3 (const T c) |
|
| Matrix3 (const Matrix3 &c) |
|
| Matrix3 (const T _xx, const T _xy, const T _xz, const T _yx, const T _yy, const T _yz, const T _zx, const T _zy, const T _zz) |
|
template<typename U > |
| operator Matrix3< U > () const |
|
void | rotation (const T I, const T OMEGA, const T omega) |
|
template<class Tvec > |
Tvec | operator* (const Tvec &vec) const |
|
◆ Matrix3() [1/4]
◆ Matrix3() [2/4]
◆ Matrix3() [3/4]
◆ Matrix3() [4/4]
template<class T >
Matrix3< T >::Matrix3 |
( |
const T |
_xx, |
|
|
const T |
_xy, |
|
|
const T |
_xz, |
|
|
const T |
_yx, |
|
|
const T |
_yy, |
|
|
const T |
_yz, |
|
|
const T |
_zx, |
|
|
const T |
_zy, |
|
|
const T |
_zz |
|
) |
| |
|
inline |
◆ operator Matrix3< U >()
template<class T >
template<typename U >
◆ operator*()
template<class T >
template<class Tvec >
Tvec Matrix3< T >::operator* |
( |
const Tvec & |
vec | ) |
const |
|
inline |
◆ rotation()
template<class T >
void Matrix3< T >::rotation |
( |
const T |
I, |
|
|
const T |
OMEGA, |
|
|
const T |
omega |
|
) |
| |
|
inline |
◆ operator<<
template<class T >
std::ostream& operator<< |
( |
std::ostream & |
c, |
|
|
Matrix3< T > & |
mtmp |
|
) |
| |
|
friend |
◆ xx
◆ xy
◆ xz
◆ yx
◆ yy
◆ yz
◆ zx
◆ zy
◆ zz
The documentation for this class was generated from the following file: