A matrix with 4 rows and 4 columns.
~mat4()
mat4()
mat4(const iso4&in)
mat4(const vec4&in v0, const vec4&in v1, const vec4&in v2, const vec4&in v3)
mat4(const mat3&in)
mat4(const mat4&in)
float get_xx() const
float
float get_xy() const
float get_xz() const
float get_xw() const
float get_yx() const
float get_yy() const
float get_yz() const
float get_yw() const
float get_zx() const
float get_zy() const
float get_zz() const
float get_zw() const
float get_tx() const
float get_ty() const
float get_tz() const
float get_tw() const
mat4 opMul(const mat4&in) const
mat4
mat4& opMulAssign(const mat4&in)
vec4 opMul(const vec3&in) const
vec4
vec4 opMul(const vec4&in) const
vec4 opMul_r(const vec3&in)
vec4 opMul_r(const vec4&in)