Package <Unnamed>

Class Summary
Animation2D Animation2D uses classes developed in last week's Transform2DTest project to confirm the applicability of Matrix-defined transformations to simple animations.
Sprite A wrapper class for a Point2DList object.
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.