Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The DOMMatrixReadOnly
constructor creates a new
DOMMatrixReadOnly
object which represents 4x4 matrices, suitable for 2D
and 3D operations.
Syntax
var domMatrixReadOnly = new DOMMatrixReadOnly([init])
Parameters
- init Optional
- Either a string containing a sequence of numbers or an array of integers specifying the matrix you want to create.
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'DOMMatrixReadOnly' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser