Reworked intro, added credit to Clyde, from whence much of this transform code

originated (though it is now heavily transformed, ha!).
This commit is contained in:
Michael Bayne
2011-07-06 13:13:52 -07:00
parent aa0fe0f87c
commit 6ee9bcda7e
+7 -5
View File
@@ -1,10 +1,10 @@
# Pythagoras # Pythagoras
Pythagoras is a collection of geometry classes, the implementations of which Pythagoras is a collection of geometry classes that aims to provide performant,
were adapted from the Apache Harmony project. The Pythagoras library aims to portable geometry routines for projects that cannot make use of `java.awt.geom`
provide performant, portable geometry routines for projects that cannot make (for example for use in GWT projects or Android projects). In addition to
use of `java.awt.geom` (for example for use in GWT projects or Android original work, it contains code adapted from the [Apache Harmony] project and
projects). the [Clyde] library.
* [API documentation] is available. * [API documentation] is available.
@@ -58,3 +58,5 @@ web.
[API documentation]: http://samskivert.github.com/pythagoras/apidocs/overview-summary.html [API documentation]: http://samskivert.github.com/pythagoras/apidocs/overview-summary.html
[jar file]: http://repo2.maven.org/maven2/com/samskivert/pythagoras/1.0/pythagoras-1.0.jar [jar file]: http://repo2.maven.org/maven2/com/samskivert/pythagoras/1.0/pythagoras-1.0.jar
[Apache Harmony]: http://harmony.apache.org/
[Clyde]: https://github.com/threerings/clyde