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