Reference Matrix

Matrix

The Matrix class represents a mathematical matrix and provides various methods for matrix operations.

This class extends the MatrixInterface and includes methods for creating, manipulating, and performing operations on matrices. It supports both 3x3 and 4x4 matrices, as well as general NxN matrices.

Examples

Syntax

Matrix()

Parameters

Notice any errors or typos? Please let us know. Please feel free to edit src/math/Matrices/Matrix.js and open a pull request!

Related References