Inheritance
Annotations
  • DocsEditable()
  • DomName('DOMMatrix')
  • Experimental()

Static Methods

internalCreateDomMatrix() DomMatrix

Constructors

DomMatrix([DomMatrixReadOnly other])

factory
DomMatrix.internal_()

Properties

a num

read / write
b num

read / write

read / write, inherited
c num

read / write
d num

read / write
e num

read / write
f num

read / write
hashCode int

read-only, inherited
is2D bool

read-only, inherited
isIdentity bool

read-only, inherited
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
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

multiply(DomMatrix other) DomMatrix

inherited
multiplySelf(DomMatrix other) DomMatrix

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
preMultiplySelf(DomMatrix other) DomMatrix

scale(num scale, [num ox, num oy]) DomMatrix

inherited
scale3d(num scale, [num ox, num oy, num oz]) DomMatrix

inherited
scale3dSelf(num scale, [num ox, num oy, num oz]) DomMatrix

scaleNonUniform(num sx, [num sy, num sz, num ox, num oy, num oz]) DomMatrix

inherited
scaleNonUniformSelf(num sx, [num sy, num sz, num ox, num oy, num oz]) DomMatrix

scaleSelf(num scale, [num ox, num oy]) DomMatrix

toFloat32Array() Float32List

inherited
toFloat64Array() Float64List

inherited
toString() String

Returns a string representation of this object.

inherited
translate(num tx, num ty, [num tz]) DomMatrix

inherited
translateSelf(num tx, num ty, [num tz]) DomMatrix