DomMatrixReadOnly class - dart:html library (original) (raw)
Implementers
Annotations
- @Native.new("DOMMatrixReadOnly")
Constructors
DomMatrixReadOnly([Object? init])
factory
Properties
no setter
no setter
no setter
no setter
no setter
no setter
The hash code for this object.
no setterinherited
no setter
isIdentity → bool?
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
no setter
A representation of the runtime type of the object.
no setterinherited
Methods
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
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