Uses of Package
org.pzgui.math

Packages that use org.pzgui.math
org.pzgui Provides a GUI system which supports multiple windows which can be panned and zoomed. 
org.pzgui.math Defines some basic math functions and data structures. 
 

Classes in org.pzgui.math used by org.pzgui
Vector2i
          A 2-element vector that is represented by integers x,y coordinates.
 

Classes in org.pzgui.math used by org.pzgui.math
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.