GL Studio C++ Runtime API
OpenGLMatrices Class Reference

Class to contain current OpenGL view, projection and draw matrices. More...

#include <util.h>

Public Member Functions

 OpenGLMatrices ()
 
 OpenGLMatrices (const OpenGLMatrices &src)
 
 OpenGLMatrices (int *view, GlsMatrixType *proj, GlsMatrixType *model)
 
 ~OpenGLMatrices ()
 
void GetCurrent ()
 

Detailed Description

Class to contain current OpenGL view, projection and draw matrices.

Constructor & Destructor Documentation

Default constructor Keeps everything NULL

OpenGLMatrices ( const OpenGLMatrices src)

Copy constructor Pointers are copied as-is, copies of the data are NOT made.

OpenGLMatrices ( int *  view,
GlsMatrixType proj,
GlsMatrixType model 
)

Another constructor. Pointers are copied as-is, copies of the data are NOT made.

Destructor

Member Function Documentation

void GetCurrent ( )

Retrieves the current OpenGL Matrices from the OpenGL Subsystem


The documentation for this class was generated from the following file: