OpenSceneGraph
3.4.0
|
Public Types | |
typedef MatrixTemplate< T, 3, 3 > | base_class |
typedef base_class::value_type | value_type |
Public Member Functions | |
Matrix3Template () | |
Matrix3Template (const Matrix3Template &mat) | |
Matrix3Template (value_type a00, value_type a01, value_type a02, value_type a10, value_type a11, value_type a12, value_type a20, value_type a21, value_type a22) | |
~Matrix3Template () | |
void | set (value_type a00, value_type a01, value_type a02, value_type a10, value_type a11, value_type a12, value_type a20, value_type a21, value_type a22) |
void | makeIdentity () |
typedef MatrixTemplate<T, 3, 3> osg::Matrix3Template< T >::base_class |
typedef base_class::value_type osg::Matrix3Template< T >::value_type |
Reimplemented from osg::MatrixTemplate< T, 3, 3 >.
osg::Matrix3Template< T >::Matrix3Template | ( | ) | [inline] |
References osg::MatrixTemplate< T, 3, 3 >::reset().
osg::Matrix3Template< T >::Matrix3Template | ( | const Matrix3Template< T > & | mat | ) | [inline] |
References osg::MatrixTemplate< T, RowN, ColN >::ptr().
osg::Matrix3Template< T >::Matrix3Template | ( | value_type | a00, |
value_type | a01, | ||
value_type | a02, | ||
value_type | a10, | ||
value_type | a11, | ||
value_type | a12, | ||
value_type | a20, | ||
value_type | a21, | ||
value_type | a22 | ||
) | [inline] |
osg::Matrix3Template< T >::~Matrix3Template | ( | ) | [inline] |
void osg::Matrix3Template< T >::makeIdentity | ( | ) | [inline] |
void osg::Matrix3Template< T >::set | ( | value_type | a00, |
value_type | a01, | ||
value_type | a02, | ||
value_type | a10, | ||
value_type | a11, | ||
value_type | a12, | ||
value_type | a20, | ||
value_type | a21, | ||
value_type | a22 | ||
) | [inline] |
References osg::MatrixTemplate< T, 3, 3 >::_mat.
![]() | Generated at Tue Dec 8 2015 00:14:26 for the OpenSceneGraph by doxygen 1.7.6.1. |