Matrix4

Undocumented in source.

Constructors

this
this(float[] coords)
Undocumented in source.

Members

Functions

inverse
Mat4 inverse()
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
Mat4 multiply(Mat4 mat4)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(float[] coords)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
Mat4 translate(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

identity
Mat4 identity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mat
float[16] mat [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta