#include <GMatrix2D.h>
|
| GMatrix2D () |
|
| GMatrix2D (float a_v0, float a_v1, float a_v2, float a_v3, float a_v4, float a_v5) |
|
GMatrix2D & | operator= (const GMatrix2D &a_rhs) |
|
void | SetMatrix (const GMatrix2D &a_matrix) |
|
void | SetMatrix (float a_v0, float a_v1, float a_v2, float a_v3, float a_v4, float a_v5) |
|
void | SetIdentity () |
|
◆ GMatrix2D() [1/2]
RE::GMatrix2D::GMatrix2D |
( |
| ) |
|
|
inline |
◆ GMatrix2D() [2/2]
RE::GMatrix2D::GMatrix2D |
( |
float |
a_v0, |
|
|
float |
a_v1, |
|
|
float |
a_v2, |
|
|
float |
a_v3, |
|
|
float |
a_v4, |
|
|
float |
a_v5 |
|
) |
| |
|
inline |
◆ operator=()
◆ SetIdentity()
void RE::GMatrix2D::SetIdentity |
( |
| ) |
|
|
inline |
◆ SetMatrix() [1/2]
void RE::GMatrix2D::SetMatrix |
( |
const GMatrix2D & |
a_matrix | ) |
|
|
inline |
◆ SetMatrix() [2/2]
void RE::GMatrix2D::SetMatrix |
( |
float |
a_v0, |
|
|
float |
a_v1, |
|
|
float |
a_v2, |
|
|
float |
a_v3, |
|
|
float |
a_v4, |
|
|
float |
a_v5 |
|
) |
| |
|
inline |
◆ data
float RE::GMatrix2D::data[2][3] |
The documentation for this class was generated from the following file: