Package org.pzgui.math

Defines some basic math functions and data structures.

See:
          Description

Class Summary
IntersectionFinder Algorithms for finding the intersection points of lines and other shapes.
Line A simple line class.
Vector2f A 2-element vector that is represented by float-precision floating point x,y coordinates.
Vector2i A 2-element vector that is represented by integers x,y coordinates.
 

Package org.pzgui.math Description

Defines some basic math functions and data structures.