Note: This feature is available in Web Workers.
The matrix property of the CSSMatrixComponent interface represents a DOMMatrix object containing a 2D or 3D matrix.
matrix
CSSMatrixComponent
DOMMatrix
See the matrix() and matrix3d() pages for examples.
matrix()
matrix3d()
A DOMMatrix.
To do.