OpenSceneGraph
3.5.1
|
Public Types | |
typedef MatrixTemplate< T, 2, 2 > | base_class |
typedef base_class::value_type | value_type |
Public Types inherited from osg::MatrixTemplate< T, 2, 2 > | |
enum | |
enum | |
enum | |
typedef T | 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 () |
Public Member Functions inherited from osg::MatrixTemplate< T, 2, 2 > | |
MatrixTemplate () | |
~MatrixTemplate () | |
value_type & | operator() (int row, int col) |
value_type | operator() (int row, int col) const |
MatrixTemplate & | operator= (const MatrixTemplate &rhs) |
void | set (const MatrixTemplate &rhs) |
void | set (value_type const *const ptr) |
value_type * | ptr () |
const value_type * | ptr () const |
value_type & | operator[] (int i) |
value_type | operator[] (int i) const |
void | reset () |
Additional Inherited Members | |
Protected Attributes inherited from osg::MatrixTemplate< T, 2, 2 > | |
value_type | _mat [row_count][col_count] |
typedef MatrixTemplate<T, 2, 2> osg::Matrix2Template< T >::base_class |
typedef base_class::value_type osg::Matrix2Template< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Generated at Wed Nov 11 2015 22:14:36 for the OpenSceneGraph by doxygen 1.8.10. |