A matrix with 3 rows and 3 columns.
~mat3()
mat3()
mat3(const iso3&in)
mat3(const vec3&in v0, const vec3&in v1, const vec3&in v2)
mat3(const mat4&in)
mat3(const mat3&in)
float get_xx() const
float
float get_xy() const
float get_xz() const
float get_yx() const
float get_yy() const
float get_yz() const
float get_zx() const
float get_zy() const
float get_zz() const
mat3 opMul(const mat3&in) const
mat3
mat3& opMulAssign(const mat3&in)
vec3 opMul(const vec2&in) const
vec3
vec3 opMul(const vec3&in) const
vec3 opMul_r(const vec2&in)
vec3 opMul_r(const vec3&in)