Go to the documentation of this file.
18 #ifndef __KOS_MATRIX3D_H
19 #define __KOS_MATRIX3D_H
21 #include <sys/cdefs.h>
79 void mat_scale(
float x,
float y,
float z);
92 float znear,
float zfar);
103 void mat_lookat(
const point_t * eye,
const point_t * center,
const vector_t * up);