samskivert / pythagoras

A portable library of geometry classes for Java
Apache License 2.0
44 stars 14 forks source link

Pythagoras

Pythagoras is a collection of geometry classes that aims to 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). In addition to original work, it contains code adapted from the Apache Harmony project and the Clyde library.

Design

Some restructuring of the java.awt.geom classes was undertaken to meet certain design goals.

License

Pythagoras is released under the Apache License, Version 2.0 which can be found in the LICENSE file and at http://www.apache.org/licenses/LICENSE-2.0 on the web.