Skip to content
SiteEmail

DOMMatrix

Module: JavaScript DOM API

#include <DOMMatrix.idl>

Name
DOMMatrixDOMMatrix()
DOMMatrixDOMMatrix(sequencefloat init)
Name
attribute floata
attribute floatb
attribute floatc
attribute floatd
attribute floate
attribute floatf
attribute floatm11
attribute floatm12
attribute floatm13
attribute floatm14
attribute floatm21
attribute floatm22
attribute floatm23
attribute floatm24
attribute floatm31
attribute floatm32
attribute floatm33
attribute floatm34
attribute floatm41
attribute floatm42
attribute floatm43
attribute floatm44
readonly attribute booleanis2D
DOMMatrix DOMMatrix()
DOMMatrix DOMMatrix(
sequencefloat init
)
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;