- axisangle
mat4 axisangle(vec3 axis, float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- basis
mat4 basis(vec3 pos, vec3 forward, vec3 up)
Undocumented in source. Be warned that the author may not have intended to support it.
- proj
mat4 proj(float fov, float aspect, float n, float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
mat4 translate(vec3 pos)
Undocumented in source. Be warned that the author may not have intended to support it.