|
| | Matrix3x4Template () |
| |
| | Matrix3x4Template (const Matrix3x4Template &mat) |
| |
| | Matrix3x4Template (value_type a00, value_type a01, value_type a02, value_type a03, value_type a10, value_type a11, value_type a12, value_type a13, value_type a20, value_type a21, value_type a22, value_type a23) |
| |
| | ~Matrix3x4Template () |
| |
| Matrix3x4Template & | operator= (const Matrix3x4Template &rhs) |
| |
| void | set (value_type a00, value_type a01, value_type a02, value_type a03, value_type a10, value_type a11, value_type a12, value_type a13, value_type a20, value_type a21, value_type a22, value_type a23) |
| |
| | TemplateMatrix () |
| |
| | ~TemplateMatrix () |
| |
| value_type & | operator() (int row, int col) |
| |
| value_type | operator() (int row, int col) const |
| |
| TemplateMatrix & | operator= (const TemplateMatrix &rhs) |
| |
| void | set (const TemplateMatrix &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 () |
| |
◆ base_class
◆ value_type
◆ Matrix3x4Template() [1/3]
◆ Matrix3x4Template() [2/3]
◆ Matrix3x4Template() [3/3]
template<typename T >
| osg::Matrix3x4Template< T >::Matrix3x4Template |
( |
value_type |
a00, |
|
|
value_type |
a01, |
|
|
value_type |
a02, |
|
|
value_type |
a03, |
|
|
value_type |
a10, |
|
|
value_type |
a11, |
|
|
value_type |
a12, |
|
|
value_type |
a13, |
|
|
value_type |
a20, |
|
|
value_type |
a21, |
|
|
value_type |
a22, |
|
|
value_type |
a23 |
|
) |
| |
|
inline |
◆ ~Matrix3x4Template()
◆ operator=()
◆ set()
template<typename T >
| void osg::Matrix3x4Template< T >::set |
( |
value_type |
a00, |
|
|
value_type |
a01, |
|
|
value_type |
a02, |
|
|
value_type |
a03, |
|
|
value_type |
a10, |
|
|
value_type |
a11, |
|
|
value_type |
a12, |
|
|
value_type |
a13, |
|
|
value_type |
a20, |
|
|
value_type |
a21, |
|
|
value_type |
a22, |
|
|
value_type |
a23 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: