Class AffineTransformationFunctions
java.lang.Object
org.locationtech.jtstest.function.AffineTransformationFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Geometry
static Geometry
static Geometry
static Geometry
rotateAroundPoint
(Geometry g, Geometry pt, double angle) static Geometry
rotateByPiMultiple
(Geometry g, double multipleOfPi) static Geometry
rotateByPiMultipleAroundPoint
(Geometry g, Geometry pt, double multipleOfPi) static Geometry
static Geometry
transformByBaseline
(Geometry g, Geometry destBaseline) static Geometry
transformByVectors
(Geometry g, Geometry control) static Geometry
transformToViewport
(Geometry g, Geometry gViewport) static Geometry
static Geometry
static Geometry
-
Constructor Details
-
AffineTransformationFunctions
public AffineTransformationFunctions()
-
-
Method Details
-
transformByVectors
-
transformByBaseline
-
transformToViewport
-
scale
-
reflectInX
-
reflectInY
-
rotateByPiMultiple
-
rotateByPiMultipleAroundPoint
-
rotate
-
rotateAroundPoint
-
translateCentreToOrigin
-
translateToOrigin
-
translate
-