|
constexpr | CMatrixGL (GLfloat x0, GLfloat x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5, GLfloat x6, GLfloat x7, GLfloat x8, GLfloat x9, GLfloat x10, GLfloat x11, GLfloat x12, GLfloat x13, GLfloat x14, GLfloat x15) |
|
| CMatrixGL (const TransformMatrix &src) noexcept |
|
| operator const float * () const |
|
void | LoadIdentity () |
|
void | Ortho (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) |
|
void | Ortho2D (GLfloat l, GLfloat r, GLfloat b, GLfloat t) |
|
void | Frustum (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) |
|
void | Translatef (GLfloat x, GLfloat y, GLfloat z) |
|
void | Scalef (GLfloat x, GLfloat y, GLfloat z) |
|
void | Rotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) |
|
void | MultMatrixf (const CMatrixGL &matrix) noexcept |
|
void | LookAt (GLfloat eyex, GLfloat eyey, GLfloat eyez, GLfloat centerx, GLfloat centery, GLfloat centerz, GLfloat upx, GLfloat upy, GLfloat upz) |
|