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

Functions | |
| void | print_matrix (float *m) |
| Routine that print a matrix on screen. | |
| float * | BoxtoVertex (float w, float h, float d) |
| Converts a box size into vertex coords. | |
| void | multVertexforMatrix (float *v, GLfloat *matrix) |
| Multiply a vertex with a matrix. | |
|
||||||||||||||||
|
Converts a box size into vertex coords.
|
|
||||||||||||
|
Multiply a vertex with a matrix. Store the result in the source vertex.
|
|
|
Routine that print a matrix on screen.
|