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