DomMatrixReadOnly class

Implementers
Annotations
  • @Native("DOMMatrixReadOnly")

Constructors

DomMatrixReadOnly.new([Object? init])
factory

Properties

a → num?
no setter
b → num?
no setter
c → num?
no setter
d → num?
no setter
e → num?
no setter
f → num?
no setter
hashCode → int
The hash code for this object.
no setterinherited
is2D → bool?
no setter
isIdentity → bool?
no setter
m11 → num?
no setter
m12 → num?
no setter
m13 → num?
no setter
m14 → num?
no setter
m21 → num?
no setter
m22 → num?
no setter
m23 → num?
no setter
m24 → num?
no setter
m31 → num?
no setter
m32 → num?
no setter
m33 → num?
no setter
m34 → num?
no setter
m41 → num?
no setter
m42 → num?
no setter
m43 → num?
no setter
m44 → num?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

flipX() → DomMatrix
flipY() → DomMatrix
inverse() → DomMatrix
multiply([Map? other]) → DomMatrix
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotate([num? rotX, num? rotY, num? rotZ]) → DomMatrix
rotateAxisAngle([num? x, num? y, num? z, num? angle]) → DomMatrix
rotateFromVector([num? x, num? y]) → DomMatrix
scale([num? scaleX, num? scaleY, num? scaleZ, num? originX, num? originY, num? originZ]) → DomMatrix
scale3d([num? scale, num? originX, num? originY, num? originZ]) → DomMatrix
skewX([num? sx]) → DomMatrix
skewY([num? sy]) → DomMatrix
toFloat32Array() → Float32List
toFloat64Array() → Float64List
toString() → String
A string representation of this object.
inherited
transformPoint([Map? point]) → DomPoint
translate([num? tx, num? ty, num? tz]) → DomMatrix

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

fromFloat32Array(Float32List array32) → DomMatrixReadOnly
fromFloat64Array(Float64List array64) → DomMatrixReadOnly
fromMatrix([Map? other]) → DomMatrixReadOnly