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