Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

glt/matrix.h File Reference

OpenGL Matrix Manipulation. More...

#include <glt/gl.h>
#include <math/vector3.h>

Include dependency graph for matrix.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  GltPushMatrix
 OpenGL Push-Matrix Convenience Class. More...


Functions

void glTranslate (const Vector &tr)
 OpenGL vector translation.

void glScale (const Vector &sf)
 OpenGL non-uniform scale.

void glScale (const GLdouble sf)
 OpenGL uniform scale.

void glScale (const GLfloat sf)
 OpenGL uniform scale.

void glScale (const GLint sf)
 OpenGL uniform scale.

void glScale (const GLuint sf)
 OpenGL uniform scale.

void glRotateX (const GLdouble angle, const Vector &axis)
 OpenGL rotation.

void glRotateX (const GLdouble angle)
 OpenGL rotation around X axis.

void glRotateX (const GLfloat angle)
 OpenGL rotation around X axis.

void glRotateX (const GLint angle)
 OpenGL rotation around X axis.

void glRotateX (const GLuint angle)
 OpenGL rotation around X axis.

void glRotateY (const GLdouble angle)
 OpenGL rotation around Y axis.

void glRotateY (const GLfloat angle)
 OpenGL rotation around Y axis.

void glRotateY (const GLint angle)
 OpenGL rotation around Y axis.

void glRotateY (const GLuint angle)
 OpenGL rotation around Y axis.

void glRotateZ (const GLdouble angle)
 OpenGL rotation around Z axis.

void glRotateZ (const GLfloat angle)
 OpenGL rotation around Z axis.

void glRotateZ (const GLint angle)
 OpenGL rotation around Z axis.

void glRotateZ (const GLuint angle)
 OpenGL rotation around Z axis.


Detailed Description

OpenGL Matrix Manipulation.

Id:
matrix.h,v 1.8 2002/10/07 16:33:35 nigels Exp

Log:
matrix.h,v
Revision 1.8 2002/10/07 16:33:35 nigels Added CVS info

Definition in file matrix.h.


Generated on Tue Nov 5 11:11:15 2002 for GLT by doxygen1.2.18