Murl Engine Lua Addon API  Version 1.0 beta
Murl.Math.StaticMatrix

The static matrix class.


Table members

Functions


Murl.Math.StaticMatrix.Zero()

Get a constant static matrix with zeros.

Murl.Math.Matrix Zero()

Returns
Murl.Math.Matrix The constant static matrix with zeros.

Murl.Math.StaticMatrix.Identity()

Get a constant static matrix with the identity matrix.

Murl.Math.Matrix Identity()

Returns
Murl.Math.Matrix The constant static matrix with the identity matrix.