Matrix4Utils class abstract

Constructors

Matrix4Utils()

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

cubicTo(Path p, Matrix4 m, Offset o1, Offset o2, Offset o3) → void
lineTo(Path p, Matrix4 m, Offset o) → void
mapPoints(Matrix4 m, List<double?> valuePoints) → void
mapRect(Matrix4 m, Rect r) Rect
moveTo(Path p, Matrix4 m, Offset o) → void
postConcat(Matrix4 m, Matrix4 c) → void
postScale(Matrix4 m, double sx, double sy) → void
postScaleByPoint(Matrix4 m, double sx, double sy, double px, double py) → void
postTranslate(Matrix4 m, double tx, double ty) → void
preConcat(Matrix4 m, Matrix4 c) → void
setScale(Matrix4 m, double sx, double sy) → void
setScaleByPoint(Matrix4 m, double sx, double sy, double px, double py) → void
setTranslate(Matrix4 m, double tx, double ty) → void