void matrix4_orthographic(matrix4 mtx, float left, float right, float bottom, float top, float near, float far)
Generate a orthographic projection matrix.
Definition matrix4.c:40
void matrix4_perspective(matrix4 mtx, float fov, float aspect, float near, float far)
Generate a perspective projection matrix.
Definition matrix4.c:16