#include "ps2s/math.h"
#include "ps2gl/matrix.h"
#include "ps2gl/glcontext.h"
#include "ps2gl/dlist.h"
#include "ps2gl/immgmanager.h"
#include "ps2gl/dlgmanager.h"
Go to the source code of this file.
Compounds | |
class | CMatrixConcatCmd |
class | CMatrixPopCmd |
class | CMatrixPushCmd |
class | CMatrixSetTopCmd |
Functions | |
void | glMatrixMode (GLenum mode) |
void | glLoadIdentity (void) |
void | glPushMatrix (void) |
void | glPopMatrix (void) |
void | Invert2 (float *mat, float *dst) |
void | glLoadMatrixf (const GLfloat *m) |
void | glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) |
void | glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) |
void | glMultMatrixf (const GLfloat *m) |
void | glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) |
void | glScalef (GLfloat x, GLfloat y, GLfloat z) |
void | glTranslatef (GLfloat x, GLfloat y, GLfloat z) |
|
Definition at line 12 of file inverse.cpp. Referenced by glLoadMatrixf(), and glMultMatrixf().
|
|
Definition at line 134 of file matrix.cpp. |
|
Definition at line 94 of file matrix.cpp. |
|
Definition at line 118 of file matrix.cpp. |
|
Definition at line 89 of file matrix.cpp. |
|
Definition at line 246 of file matrix.cpp. |
|
Definition at line 190 of file matrix.cpp. |
|
Definition at line 109 of file matrix.cpp. Referenced by CMatrixPopCmd::Play().
|
|
Definition at line 103 of file matrix.cpp. Referenced by CMatrixPushCmd::Play().
|
|
Definition at line 282 of file matrix.cpp. |
|
Definition at line 295 of file matrix.cpp. |
|
Definition at line 305 of file matrix.cpp. |