core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Modules   Data Structures   File List   Data Fields   Globals  

GLmatrix Struct Reference

Matrix. More...

#include <m_matrix.h>


Data Fields

GLfloat * m
 matrix, 16-byte aligned. More...

GLfloat * inv
 optional inverse, 16-byte aligned. More...

GLuint flags
 possible values determined by (of MAT_FLAG_* flags). More...

enum GLmatrixtype type


Detailed Description

Matrix.


Field Documentation

GLuint GLmatrix::flags
 

possible values determined by (of MAT_FLAG_* flags).

GLfloat* GLmatrix::inv
 

optional inverse, 16-byte aligned.

GLfloat* GLmatrix::m
 

matrix, 16-byte aligned.

enum GLmatrixtype GLmatrix::type
 


The documentation for this struct was generated from the following file:
Generated on Sun May 16 15:55:16 2004 for Mesa math module by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001