DOMMatrix
Module: JavaScript DOM API
#include <DOMMatrix.idl>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| DOMMatrix | DOMMatrix() |
| DOMMatrix | DOMMatrix(sequencefloat init) |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| attribute float | a |
| attribute float | b |
| attribute float | c |
| attribute float | d |
| attribute float | e |
| attribute float | f |
| attribute float | m11 |
| attribute float | m12 |
| attribute float | m13 |
| attribute float | m14 |
| attribute float | m21 |
| attribute float | m22 |
| attribute float | m23 |
| attribute float | m24 |
| attribute float | m31 |
| attribute float | m32 |
| attribute float | m33 |
| attribute float | m34 |
| attribute float | m41 |
| attribute float | m42 |
| attribute float | m43 |
| attribute float | m44 |
| readonly attribute boolean | is2D |
Public Functions Documentation
Section titled “Public Functions Documentation”function DOMMatrix
Section titled “function DOMMatrix”DOMMatrix DOMMatrix()function DOMMatrix
Section titled “function DOMMatrix”DOMMatrix DOMMatrix( sequencefloat init)Public Attributes Documentation
Section titled “Public Attributes Documentation”variable a
Section titled “variable a”attribute float a;variable b
Section titled “variable b”attribute float b;variable c
Section titled “variable c”attribute float c;variable d
Section titled “variable d”attribute float d;variable e
Section titled “variable e”attribute float e;variable f
Section titled “variable f”attribute float f;variable m11
Section titled “variable m11”attribute float m11;variable m12
Section titled “variable m12”attribute float m12;variable m13
Section titled “variable m13”attribute float m13;variable m14
Section titled “variable m14”attribute float m14;variable m21
Section titled “variable m21”attribute float m21;variable m22
Section titled “variable m22”attribute float m22;variable m23
Section titled “variable m23”attribute float m23;variable m24
Section titled “variable m24”attribute float m24;variable m31
Section titled “variable m31”attribute float m31;variable m32
Section titled “variable m32”attribute float m32;variable m33
Section titled “variable m33”attribute float m33;variable m34
Section titled “variable m34”attribute float m34;variable m41
Section titled “variable m41”attribute float m41;variable m42
Section titled “variable m42”attribute float m42;variable m43
Section titled “variable m43”attribute float m43;variable m44
Section titled “variable m44”attribute float m44;variable is2D
Section titled “variable is2D”readonly attribute boolean is2D;© 2026 Coherent Labs. All rights reserved.