Consolidated docs.

This commit is contained in:
Michael Bayne
2011-06-13 13:42:15 -07:00
parent 5ffffebef6
commit 926aa4d51a
+5 -9
View File
@@ -6,6 +6,11 @@ provide performant, portable geometry routines for projects that cannot make
use of `java.awt.geom` (for example for use in GWT projects or Android
projects).
* [API documentation] is available.
* Pythagoras can be obtained via Maven Central: `com.samskivert:pythagoras:1.0`.
Or you can download the pre-built [jar file].
## Design
Some restructuring of the `java.awt.geom` classes was undertaken to meet
@@ -33,15 +38,6 @@ certain design goals.
and contains none of the curved geometry classes. It is targeted toward
applications that need "pixel geometry".
## Documentation
[API documentation] is available.
## Maven artifact
Pythagoras can be obtained via Maven Central: `com.samskivert:pythagoras:1.0`.
Or you can download the pre-built [jar file].
## License
Pythagoras is released under the Apache License, Version 2.0 which can be found