Michael Bayne c7d31b9ea3 Eliminated views of location, size and bounds. They would be crazy expensive to
keep up to date for shapes like Path and they're probably not that useful.
Added instead methods to obtain said values by copying the data into a supplied
object, which allows the caller to avoid garbage generation when desired. Also
finished up quad and cubic curves.
2011-06-10 12:23:19 -07:00
2011-06-08 11:47:52 -07:00
2011-06-08 11:47:52 -07:00
2011-06-08 11:47:52 -07:00
2011-06-08 11:47:52 -07:00
2011-06-08 11:47:52 -07:00
2011-06-08 11:47:52 -07:00

Pythagoras

Pythagoras is a collection of geometry classes, the implementations of which were adapted from the Apache Harmony project. The Pythagoras library 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).

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.

S
Description
No description provided
Readme 715 KiB
Languages
Java 99.3%
Scala 0.7%