The value at row 0, column 0
The value at row 0, column 1
The value at row 0, column 2
The value at row 1, column 0
The value at row 1, column 1
The value at row 1, column 2
The value at row 2, column 0
The value at row 2, column 1
The value at row 2, column 2
Generated using TypeDoc
Mat3
is an interface for 3x3 matrix objects.The primary use for a
Mat3
object is as a 2D transformation matrix or a 3D rotation matrix.A "column-major" ordering and a "right-handed", "Y-up" coordinate system is assumed, suitable for e.g. WebGL.
The module
mat3
contains functions to manipulate objects conforming to this interfaceExample usage: