|
| | Matrix2x4Template () |
| |
| | Matrix2x4Template (const Matrix2x4Template &mat) |
| |
| | Matrix2x4Template (value_type a00, value_type a01, value_type a02, value_type a03, value_type a10, value_type a11, value_type a12, value_type a13) |
| |
| | ~Matrix2x4Template () |
| |
| 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) |
| |
| | 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 () |
| |
The documentation for this class was generated from the following file: