#include <raMatrix.h>
|
| raMatrix () |
|
| raMatrix (const raMatrix &m) |
|
| raMatrix (float _m11, float _m12, float _m13, float _m14, float _m21, float _m22, float _m23, float _m24, float _m31, float _m32, float _m33, float _m34, float _m41, float _m42, float _m43, float _m44) |
|
| raMatrix (D3DXMATRIX _mat) |
|
| operator float * () |
|
| operator D3DXMATRIX () |
|
float & | operator() (int iRow, int iColumn) |
|
float | operator() (int iRow, int iColumn) const |
|
raMatrix & | operator+= (const raMatrix &m) |
|
raMatrix & | operator-= (const raMatrix &m) |
|
raMatrix & | operator*= (const raMatrix &m) |
|
raMatrix & | operator*= (const float f) |
|
raMatrix & | operator/= (const raMatrix &m) |
|
raMatrix & | operator/= (const float f) |
|
Definition at line 5 of file raMatrix.h.
◆ raMatrix() [1/4]
◆ raMatrix() [2/4]
raMatrix::raMatrix |
( |
const raMatrix & |
m | ) |
|
|
inline |
◆ raMatrix() [3/4]
raMatrix::raMatrix |
( |
float |
_m11, |
|
|
float |
_m12, |
|
|
float |
_m13, |
|
|
float |
_m14, |
|
|
float |
_m21, |
|
|
float |
_m22, |
|
|
float |
_m23, |
|
|
float |
_m24, |
|
|
float |
_m31, |
|
|
float |
_m32, |
|
|
float |
_m33, |
|
|
float |
_m34, |
|
|
float |
_m41, |
|
|
float |
_m42, |
|
|
float |
_m43, |
|
|
float |
_m44 |
|
) |
| |
|
inline |
◆ raMatrix() [4/4]
raMatrix::raMatrix |
( |
D3DXMATRIX |
_mat | ) |
|
|
inline |
◆ operator D3DXMATRIX()
raMatrix::operator D3DXMATRIX |
( |
| ) |
|
|
inline |
◆ operator float *()
raMatrix::operator float * |
( |
| ) |
|
|
inline |
◆ operator()() [1/2]
float& raMatrix::operator() |
( |
int |
iRow, |
|
|
int |
iColumn |
|
) |
| |
|
inline |
◆ operator()() [2/2]
float raMatrix::operator() |
( |
int |
iRow, |
|
|
int |
iColumn |
|
) |
| const |
|
inline |
◆ operator*=() [1/2]
◆ operator*=() [2/2]
raMatrix& raMatrix::operator*= |
( |
const float |
f | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=() [1/2]
◆ operator/=() [2/2]
raMatrix& raMatrix::operator/= |
( |
const float |
f | ) |
|
|
inline |
◆ @17
◆ m11
◆ m12
◆ m13
◆ m14
◆ m21
◆ m22
◆ m23
◆ m24
◆ m31
◆ m32
◆ m33
◆ m34
◆ m41
◆ m42
◆ m43
◆ m44
The documentation for this class was generated from the following file: