|
| | Matrix4x2Template () |
| |
| | Matrix4x2Template (const Matrix4x2Template &mat) |
| |
| | Matrix4x2Template (value_type a00, value_type a01, value_type a10, value_type a11, value_type a20, value_type a21, value_type a30, value_type a31) |
| |
| | ~Matrix4x2Template () |
| |
| Matrix4x2Template & | operator= (const Matrix4x2Template &rhs) |
| |
| void | set (value_type a00, value_type a01, value_type a10, value_type a11, value_type a20, value_type a21, value_type a30, value_type a31) |
| |
| | 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
◆ Matrix4x2Template() [1/3]
◆ Matrix4x2Template() [2/3]
◆ Matrix4x2Template() [3/3]
◆ ~Matrix4x2Template()
◆ operator=()
◆ set()
The documentation for this class was generated from the following file: