DOMMatrixReadOnly class

The interface represents a read-only 4×4 matrix, suitable for 2D and 3D operations. The DOMMatrix interface — which is based upon —adds mutability, allowing you to alter the matrix after creating it. This interface should be available inside web workers, though some implementations doesn't allow it yet.

Implementers
Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

DOMMatrixReadOnly([dynamic init])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromFloat32Array(Float32List array32) → dynamic
fromFloat64Array(Float64List array64) → dynamic
fromMatrix([DOMMatrixInit? other]) → dynamic