Internal typed array storing matrix data in column-major order
ReadonlyclassReturns the class name of the matrix implementation
ReadonlyisIndicates if this matrix is an identity matrix class
Readonlym00Element at row 0, column 0
Readonlym01Element at row 0, column 1
Readonlym02Element at row 0, column 2
Readonlym03Element at row 0, column 3
Readonlym10Element at row 1, column 0
Readonlym11Element at row 1, column 1
Readonlym12Element at row 1, column 2
Readonlym13Element at row 1, column 3
Readonlym20Element at row 2, column 0
Readonlym21Element at row 2, column 1
Readonlym22Element at row 2, column 2
Readonlym23Element at row 2, column 3
Readonlym30Element at row 3, column 0
Readonlym31Element at row 3, column 1
Readonlym32Element at row 3, column 2
Readonlym33Element at row 3, column 3
ReadonlytranslateXTranslation component along X-axis (same as m03)
ReadonlytranslateYTranslation component along Y-axis (same as m13)
ReadonlytranslateZTranslation component along Z-axis (same as m23)
Interface for immutable 4x4 matrices. Provides specific operations for 3D transformations including translation.