AffineTransformationFunctions class

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

envelopeCentre(Geometry g) Coordinate?
envelopeLowerLeft(Geometry g) Coordinate
reflectInX(Geometry g) Geometry
reflectInY(Geometry g) Geometry
rotate(Geometry g, double angle) Geometry
Rotate a geometry by an angle in radians
rotateAroundPoint(Geometry g, Geometry? pt, double angle) Geometry
Rotate a geometry around a point by an angle in radians
rotateByPiMultiple(Geometry g, double multipleOfPi) Geometry
Rotate a geometry by an multiple of Pi radians
rotateByPiMultipleAroundPoint(Geometry g, Geometry? pt, double multipleOfPi) Geometry
Rotate a geometry around a point by an multiple of Pi radians
scale(Geometry g, double scale) Geometry
transformByBaseline(Geometry g, Geometry destBaseline) Geometry
Transforms a geometry by mapping envelope baseline to target vector
transformByVectors(Geometry g, Geometry control) Geometry
Transforms a geometry using one to three control vectors
transformToViewport(Geometry g, Geometry gViewport) Geometry
translateCentreToOrigin(Geometry g) Geometry
translateToOrigin(Geometry g) Geometry
viewportTrans(Envelope srcEnv, Envelope viewEnv) AffineTransformation