TinyGL 0.4.1 for MinGW
Functions
matrix.c File Reference
#include "zgl.h"

Go to the source code of this file.

Functions

void gl_print_matrix (const float *m)
 
void glopMatrixMode (GLContext *c, GLParam *p)
 
void glopLoadMatrix (GLContext *c, GLParam *p)
 
void glopLoadIdentity (GLContext *c, GLParam *p)
 
void glopMultMatrix (GLContext *c, GLParam *p)
 
void glopPushMatrix (GLContext *c, GLParam *p)
 
void glopPopMatrix (GLContext *c, GLParam *p)
 
void glopRotate (GLContext *c, GLParam *p)
 
void glopScale (GLContext *c, GLParam *p)
 
void glopTranslate (GLContext *c, GLParam *p)
 
void glopFrustum (GLContext *c, GLParam *p)
 

Function Documentation

◆ gl_print_matrix()

void gl_print_matrix ( const float *  m)

Definition at line 3 of file matrix.c.

◆ glopFrustum()

void glopFrustum ( GLContext c,
GLParam p 
)

Definition at line 212 of file matrix.c.

◆ glopLoadIdentity()

void glopLoadIdentity ( GLContext c,
GLParam p 
)

Definition at line 57 of file matrix.c.

◆ glopLoadMatrix()

void glopLoadMatrix ( GLContext c,
GLParam p 
)

Definition at line 36 of file matrix.c.

◆ glopMatrixMode()

void glopMatrixMode ( GLContext c,
GLParam p 
)

Definition at line 18 of file matrix.c.

◆ glopMultMatrix()

void glopMultMatrix ( GLContext c,
GLParam p 
)

Definition at line 65 of file matrix.c.

◆ glopPopMatrix()

void glopPopMatrix ( GLContext c,
GLParam p 
)

Definition at line 102 of file matrix.c.

◆ glopPushMatrix()

void glopPushMatrix ( GLContext c,
GLParam p 
)

Definition at line 87 of file matrix.c.

◆ glopRotate()

void glopRotate ( GLContext c,
GLParam p 
)

Definition at line 112 of file matrix.c.

◆ glopScale()

void glopScale ( GLContext c,
GLParam p 
)

Definition at line 182 of file matrix.c.

◆ glopTranslate()

void glopTranslate ( GLContext c,
GLParam p 
)

Definition at line 196 of file matrix.c.