Go to the documentation of this file.
4 double fsin(
double rad);
5 double fcos(
double rad);
29 matrix4(
float m0,
float m1,
float m2,
float m3,
30 float m4,
float m5,
float m6,
float m7,
31 float m8,
float m9,
float m10,
float m11,
32 float m12,
float m13,
float m14,
float m15);
45 void perspective(
float fovy,
float aspect,
float zNear,
float zFar,
bool infinite);
46 void ortho(
float left,
float right,
float bottom,
float top,
float near,
float far);