Mat4

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Static functions

identity
Mat4 identity()
Undocumented in source. Be warned that the author may not have intended to support it.
lookAt
Mat4 lookAt(Vec3 eye, Vec3 center, Vec3 up)
Undocumented in source. Be warned that the author may not have intended to support it.
mul
Mat4 mul(Mat4 left, Mat4 right)
Undocumented in source. Be warned that the author may not have intended to support it.
perspective
Mat4 perspective(float fov, float aspect, float near, float far)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
Mat4 rotate(float angle, Vec3 axis)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
Mat4 translate(Vec3 translation)
Undocumented in source. Be warned that the author may not have intended to support it.
zero
Mat4 zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m
float[4][4] m;
Undocumented in source.

Meta