DomMatrixReadOnly class

Implementers
Annotations
  • @Native("DOMMatrixReadOnly")

Constructors

DomMatrixReadOnly([Object? init])
factory

Properties

anum?
read-only
bnum?
read-only
cnum?
read-only
dnum?
read-only
enum?
read-only
fnum?
read-only
hashCodeint
read-only, inherited
The hash code for this object. [...]
is2Dbool?
read-only
isIdentitybool?
read-only
m11num?
read-only
m12num?
read-only
m13num?
read-only
m14num?
read-only
m21num?
read-only
m22num?
read-only
m23num?
read-only
m24num?
read-only
m31num?
read-only
m32num?
read-only
m33num?
read-only
m34num?
read-only
m41num?
read-only
m42num?
read-only
m43num?
read-only
m44num?
read-only
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.

Methods

flipX() → DomMatrix
flipY() → DomMatrix
inverse() → DomMatrix
multiply([Map? other]) → DomMatrix
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
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
inherited
A string representation of this object. [...]
transformPoint([Map? point]) → DomPoint
translate([num? tx, num? ty, num? tz]) → DomMatrix

Operators

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

Static Methods

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/DomMatrixReadOnly-class.html