![]() |
naev 0.12.6
|
Handles OpenGL matrix stuff for 3 dimension matrices. More...
#include <stdio.h>#include "mat3.h"
Go to the source code of this file.
Functions | |
| void | mat3_print (const mat3 *m) |
| void | mat3_from_mat4 (mat3 *out, const mat4 *in) |
| void | mat3_mul_vec (vec3 *out, const mat3 *M, const vec3 *v) |
| double | mat3_det (const mat3 *m) |
| void | mat3_invert (mat3 *m) |
| void | mat3_transpose (mat3 *m) |
Handles OpenGL matrix stuff for 3 dimension matrices.
Definition in file mat3.c.