Dart SDK
dart:html
DomMatrix
scaleNonUniformSelf
method
scaleNonUniformSelf
DomMatrix
Properties
a
b
c
d
e
f
m11
m12
m13
m14
m21
m22
m23
m24
m31
m32
m33
m34
m41
m42
m43
m44
is2D
isIdentity
Constructors
DomMatrix
Methods
multiplySelf
preMultiplySelf
scale3dSelf
scaleNonUniformSelf
scaleSelf
translateSelf
multiply
scale
scale3d
scaleNonUniform
toFloat32Array
toFloat64Array
translate
DomMatrix
scaleNonUniformSelf
(
num
sx
,
[
num
sy
,
num
sz
,
num
ox
,
num
oy
,
num
oz
]
)
(Not documented.)