mat3 Class

A 3x3 matrix.

Behaviors

~mat3()
mat3()

Methods

mat3& opAssign(const mat3&in m)
void GetYawPitchRoll(float&out yaw, float&out pitch, float&out roll)
void Transpose()

Properties

vec3 x
vec3 y
vec3 z