ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

matrix.h File Reference
#include "mtypes.h"

Go to the source code of this file.

Functions

void GLAPIENTRY _mesa_Frustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
void GLAPIENTRY _mesa_Ortho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
void GLAPIENTRY _mesa_PushMatrix (void)
void GLAPIENTRY _mesa_PopMatrix (void)
void GLAPIENTRY _mesa_LoadIdentity (void)
void GLAPIENTRY _mesa_LoadMatrixf (const GLfloat *m)
void GLAPIENTRY _mesa_LoadMatrixd (const GLdouble *m)
void GLAPIENTRY _mesa_MatrixMode (GLenum mode)
void GLAPIENTRY _mesa_MultMatrixf (const GLfloat *m)
void GLAPIENTRY _mesa_MultMatrixd (const GLdouble *m)
void GLAPIENTRY _mesa_Rotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
void GLAPIENTRY _mesa_Rotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
void GLAPIENTRY _mesa_Scalef (GLfloat x, GLfloat y, GLfloat z)
void GLAPIENTRY _mesa_Scaled (GLdouble x, GLdouble y, GLdouble z)
void GLAPIENTRY _mesa_Translatef (GLfloat x, GLfloat y, GLfloat z)
void GLAPIENTRY _mesa_Translated (GLdouble x, GLdouble y, GLdouble z)
void GLAPIENTRY _mesa_LoadTransposeMatrixfARB (const GLfloat *m)
void GLAPIENTRY _mesa_LoadTransposeMatrixdARB (const GLdouble *m)
void GLAPIENTRY _mesa_MultTransposeMatrixfARB (const GLfloat *m)
void GLAPIENTRY _mesa_MultTransposeMatrixdARB (const GLdouble *m)
void GLAPIENTRY _mesa_Viewport (GLint x, GLint y, GLsizei width, GLsizei height)
void _mesa_set_viewport (GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height)
void GLAPIENTRY _mesa_DepthRange (GLclampd nearval, GLclampd farval)
void _mesa_init_matrix (GLcontext *ctx)
void _mesa_init_transform (GLcontext *ctx)
void _mesa_init_viewport (GLcontext *ctx)
void _mesa_free_matrix_data (GLcontext *ctx)
void _mesa_free_viewport_data (GLcontext *ctx)
void _mesa_update_modelview_project (GLcontext *ctx, GLuint newstate)

Detailed Description

Matrix operations.

Definition in file matrix.h.


Generated on Sun May 27 2012 04:58:16 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.