Dart API Reference
dart:html
DomMatrix
DomMatrix
class
Annotated by:
DocsEditable()
DomName('DOMMatrix')
Experimental()
Extends:
DomMatrixReadOnly
Object
Constructors
DomMatrix
( [
DomMatrixReadOnly
other
] )
Instance Properties
a
num
read/write
b
num
read/write
c
num
read/write
d
num
read/write
e
num
read/write
f
num
read/write
m11
num
read/write
m12
num
read/write
m13
num
read/write
m14
num
read/write
m21
num
read/write
m22
num
read/write
m23
num
read/write
m24
num
read/write
m31
num
read/write
m32
num
read/write
m33
num
read/write
m34
num
read/write
m41
num
read/write
m42
num
read/write
m43
num
read/write
m44
num
read/write
is2D
bool
Inherited
read-only
isIdentity
bool
Inherited
read-only
Instance Methods
multiplySelf
(
DomMatrix
other
) →
DomMatrix
preMultiplySelf
(
DomMatrix
other
) →
DomMatrix
scale3dSelf
(
num
scale
, [
num
ox
,
num
oy
,
num
oz
] ) →
DomMatrix
scaleNonUniformSelf
(
num
sx
, [
num
sy
,
num
sz
,
num
ox
,
num
oy
,
num
oz
] ) →
DomMatrix
scaleSelf
(
num
scale
, [
num
ox
,
num
oy
] ) →
DomMatrix
translateSelf
(
num
tx
,
num
ty
, [
num
tz
] ) →
DomMatrix
multiply
Inherited
(
DomMatrix
other
) →
DomMatrix
scale
Inherited
(
num
scale
, [
num
ox
,
num
oy
] ) →
DomMatrix
scale3d
Inherited
(
num
scale
, [
num
ox
,
num
oy
,
num
oz
] ) →
DomMatrix
scaleNonUniform
Inherited
(
num
sx
, [
num
sy
,
num
sz
,
num
ox
,
num
oy
,
num
oz
] ) →
DomMatrix
toFloat32Array
Inherited
( ) →
Float32List
toFloat64Array
Inherited
( ) →
Float64List
translate
Inherited
(
num
tx
,
num
ty
, [
num
tz
] ) →
DomMatrix