| Class | Description |
|---|---|
| Point2D |
A class that represents two dimensional points.
|
| Rotation |
A class that rotates points about the origin.
|
| Scale |
Scale transformations cause objects to stretch or shrink in size.
|
| Shear |
A horizontal shear transformation.
|
| SimpleDrawing3 |
A simple utility class that allows the client to draw points on a canvas.
|
| Transformation |
Geometric transformation of a 2D point.
|