Package <Unnamed>

Class Summary
Matrix2D This Matrix2D class provides a base for exploring two-dimensional transformations.
Point2D Utility class for managing points in 2D
Point2DList Maintains an open locus of Point2D objects intended to be manipulated by Transform2D objects
Transform2D Transform2D wraps a Matrix2D object and provides, an enumerated type to assist with the construction process a variety of constructors modifier methods for setting various transforms matrix add, subtract, and multiply methods
 

Enum Summary
Transform2D.Type ZERO can be used to construct a Transform2D object defining the zero matrix.