Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.opengl.util.MatrixGrabber Class Reference

Public Member Functions

void getCurrentState (GL10 gl)
 Record the current modelView and projection matrix state. More...
 
void getCurrentModelView (GL10 gl)
 Record the current modelView matrix state. More...
 
void getCurrentProjection (GL10 gl)
 Record the current projection matrix state. More...
 

Public Attributes

float[] mModelView
 
float[] mProjection
 

Member Function Documentation

void com.beyondar.android.opengl.util.MatrixGrabber.getCurrentModelView ( GL10  gl)

Record the current modelView matrix state.

Has the side effect of setting the current matrix state to GL_MODELVIEW

Parameters
gl

Here is the caller graph for this function:

void com.beyondar.android.opengl.util.MatrixGrabber.getCurrentProjection ( GL10  gl)

Record the current projection matrix state.

Has the side effect of setting the current matrix state to GL_PROJECTION

Parameters
gl

Here is the caller graph for this function:

void com.beyondar.android.opengl.util.MatrixGrabber.getCurrentState ( GL10  gl)

Record the current modelView and projection matrix state.

Has the side effect of setting the current matrix state to GL_MODELVIEW

Parameters
gl

Here is the call graph for this function:


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