Documentation

mat4

Class

A matrix with 4 rows and 4 columns.

Methods

bool opEquals(const mat4&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_xw() const
Property obj.xw
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_yw() const
Property obj.yw
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
float get_zw() const
Property obj.zw
Returns float
float get_tx() const
Property obj.tx
Returns float
float get_ty() const
Property obj.ty
Returns float
float get_tz() const
Property obj.tz
Returns float
float get_tw() const
Property obj.tw
Returns float
mat4 opMul(const mat4&in) const
Operator obj * x
Returns mat4
mat4& opMulAssign(const mat4&in)
Operator obj *= x
Returns mat4
vec4 opMul(const vec3&in) const
Operator obj * x
Returns vec4
vec4 opMul(const vec4&in) const
Operator obj * x
Returns vec4
vec4 opMul_r(const vec3&in)
Operator x * obj
Returns vec4
vec4 opMul_r(const vec4&in)
Operator x * obj
Returns vec4