Inheritance
Implemented by
Annotations
  • DocsEditable()
  • DomName('DOMMatrixReadOnly')
  • Experimental()

Static Methods

internalCreateDomMatrixReadOnly() DomMatrixReadOnly

Constructors

DomMatrixReadOnly.internal_()

Properties

a num

read-only
b num

read-only

read / write, inherited
c num

read-only
d num

read-only
e num

read-only
f num

read-only
hashCode int

read-only
is2D bool

read-only
isIdentity bool

read-only
m11 num

read-only
m12 num

read-only
m13 num

read-only
m14 num

read-only
m21 num

read-only
m22 num

read-only
m23 num

read-only
m24 num

read-only
m31 num

read-only
m32 num

read-only
m33 num

read-only
m34 num

read-only
m41 num

read-only
m42 num

read-only
m43 num

read-only
m44 num

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

Methods

multiply(DomMatrix other) DomMatrix

noSuchMethod(Invocation invocation) → dynamic

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

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

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

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

toFloat32Array() Float32List

toFloat64Array() Float64List

toString() String

Returns a string representation of this object.

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