Documentation

mat3

Class

A matrix with 3 rows and 3 columns.

Methods

bool opEquals(const mat3&in)
Operator obj == x, obj != x
Returns bool
float get_xx() const
Property obj.xx
Returns float
float get_xy() const
Property obj.xy
Returns float
float get_xz() const
Property obj.xz
Returns float
float get_yx() const
Property obj.yx
Returns float
float get_yy() const
Property obj.yy
Returns float
float get_yz() const
Property obj.yz
Returns float
float get_zx() const
Property obj.zx
Returns float
float get_zy() const
Property obj.zy
Returns float
float get_zz() const
Property obj.zz
Returns float
mat3 opMul(const mat3&in) const
Operator obj * x
Returns mat3
mat3& opMulAssign(const mat3&in)
Operator obj *= x
Returns mat3
vec3 opMul(const vec2&in) const
Operator obj * x
Returns vec3
vec3 opMul(const vec3&in) const
Operator obj * x
Returns vec3
vec3 opMul_r(const vec2&in)
Operator x * obj
Returns vec3
vec3 opMul_r(const vec3&in)
Operator x * obj
Returns vec3