Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CMatrixGL, including all inherited members.
CMatrixGL()=default | CMatrixGL | |
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 | inline |
CMatrixGL(const TransformMatrix &src) noexcept | CMatrixGL | |
Frustum(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) | CMatrixGL | |
LoadIdentity() | CMatrixGL | |
LookAt(GLfloat eyex, GLfloat eyey, GLfloat eyez, GLfloat centerx, GLfloat centery, GLfloat centerz, GLfloat upx, GLfloat upy, GLfloat upz) | CMatrixGL | |
MultMatrixf(const CMatrixGL &matrix) noexcept | CMatrixGL | |
operator const float *() const | CMatrixGL | inline |
Ortho(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) | CMatrixGL | |
Ortho2D(GLfloat l, GLfloat r, GLfloat b, GLfloat t) | CMatrixGL | |
Project(GLfloat objx, GLfloat objy, GLfloat objz, const GLfloat modelMatrix[16], const GLfloat projMatrix[16], const GLint viewport[4], GLfloat *winx, GLfloat *winy, GLfloat *winz) | CMatrixGL | static |
Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) | CMatrixGL | |
Scalef(GLfloat x, GLfloat y, GLfloat z) | CMatrixGL | |
Translatef(GLfloat x, GLfloat y, GLfloat z) | CMatrixGL |