- 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.