Mat2D class

Constructors

Mat2D()
Mat2D.clone(Mat2D copy)

Properties

hashCode int
The hash code for this object.
no setterinherited
mat4 Float64List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Float32List
no setter

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) double
operator []=(int index, double value) → void

Static Methods

areEqual(Mat2D a, Mat2D b) bool
cCopy(Mat2D o, Mat2D a) → void
compose(Mat2D m, TransformComponents result) → void
copy(Mat2D o, Mat2D f) → void
copyFromList(Mat2D o, Float32List f) → void
decompose(Mat2D m, TransformComponents result) → void
fromRotation(Mat2D o, double rad) → void
getScale(Mat2D m, Vec2D s) → void
identity(Mat2D mat) → void
invert(Mat2D o, Mat2D a) bool
multiply(Mat2D o, Mat2D a, Mat2D b) → void
scale(Mat2D o, Mat2D a, Vec2D v) → void