Go to the source code of this file.
Go to the SVN repository for this file.
|
void | glRectC (const TModelRect &rc) |
|
void | glRectC (const TVPRect &rc) |
|
void | glColorC (const CRgbaColor &color) |
|
int | gluProjectX (GLdouble objx, GLdouble objy, GLdouble objz, const GLdouble modelMatrix[16], const GLdouble projMatrix[16], const GLint viewport[4], GLdouble *winx, GLdouble *winy, GLdouble *winz) |
|
int | gluUnProjectX (GLdouble winx, GLdouble winy, GLdouble winz, const GLdouble modelMatrix[16], const GLdouble projMatrix[16], const GLint viewport[4], GLdouble *objx, GLdouble *objy, GLdouble *objz) |
|