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