Added a package-info for the int-specialized package.

This commit is contained in:
Michael Bayne
2011-06-13 13:18:56 -07:00
parent a4044c7cec
commit 55ed3ec510
@@ -0,0 +1,7 @@
/**
* The Pythagoras geometry utility classes specialized on {@code int}. Note that many of the
* classes offered by the float- and double-specialized classes do not exist here. The
* int-specialized code supports only points, dimensions and rectangles. If you intend to use
* non-rectangular geometric shapes, you almost certainly want to be using floating-point math.
*/
package pythagoras.i;