mat4

Undocumented in source.

Constructors

this
this(float rows)
Undocumented in source.

Members

Functions

opBinary
mat4 opBinary(mat4 other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
vec4 opBinary(vec4 other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
vec3 opBinary(vec3 other)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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.

Static variables

identity
mat4 identity;
Undocumented in source.

Variables

rows
float rows;
Undocumented in source.

Meta