Mat2D class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override
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
-