|  | GL Studio C++ Runtime API
    | 
#include <rso_interface_1.h>
| Public Member Functions | |
| OpenGLMatrices (int *viewPort, MatrixD *projMatrix, MatrixD *modelMatrix) | |
| Public Attributes | |
| int * | _viewPort | 
| Pointer to viewport array size 4. | |
| MatrixD * | _projMatrix | 
| The projection matrix. | |
| MatrixD * | _modelMatrix | 
| The modelview matrix. | |
OpenGLMatrices is used to pass the current OpenGL matrices to PreDraw
| 
 | inline | 
Constructor
| viewPort | The new viewport array. | 
| projMatrix | The new projection matrix. | 
| modelMatrix | The new modelview matrix. |