| AffineTransform |
An AffineTransform implementation that is initialized by specifying
three points and the three points they map to.
|
| BilinearInterpolatedTransform |
Bilinear interpolated triangulation transform, also known as "rubber sheeting".
|
| CoordinateTransform |
A function that maps one Coordinate to another.
|
| DummyTransform |
|
| Quadrilateral |
A simple four-sided polygon.
|
| TaggedCoordinate |
A Coordinate associated with another Coordinate.
|
| Triangle |
A triangle, with special methods for use with BilinearInterpolatedTransform.
|
| Triangulator |
A better name for this class would have been TriangleMapFactory.
|