|
OSG
3.4.0
|
#include <Uniform.h>


Public Types | |
| typedef MatrixTemplate< T, 3, 2 > | base_class |
| typedef base_class::value_type | value_type |
Public Types inherited from osg::MatrixTemplate< T, 3, 2 > | |
| enum | |
| enum | |
| enum | |
| typedef T | 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) |
Public Member Functions inherited from osg::MatrixTemplate< T, 3, 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, 3, 2 > | |
| value_type | _mat [row_count][col_count] |
| typedef MatrixTemplate<T, 3, 2> osg::Matrix3x2Template< T >::base_class |
| typedef base_class::value_type osg::Matrix3x2Template< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.8