| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2012-09-23 | 1.4 kB | |
| changes.txt | 2012-09-23 | 14.6 kB | |
| javaGeom-0.11.1-doc.zip | 2012-09-23 | 1.4 MB | |
| javaGeom-0.11.1-src.zip | 2012-09-23 | 296.2 kB | |
| javaGeom-0.11.1.jar | 2012-09-23 | 362.9 kB | |
| Totals: 5 Items | 2.0 MB | 0 | |
Notes for javaGeom library JavaGeom is a library for geometric computing in java. It provides a general framework for manipulating and creating geometric primitives, computing the intersection points between shapes, transforming the shapes by affine transforms, and performing measurements. Classical uses are the creation of geometrical primitives by the user, their modification, and measurements or tests of some predicates. Important notice to users of previous versions: The 0.11.x series introduced a lot of changes in the API (renaming of methods). As this breaks the compatibility with previous releases, the 0.10.x series will still be supported to facilitate the migration. javaGeom-0.11.1 (2012.09.23, rev. 357) ===== This version is mainly consolidating the changes in interface and renaming introduced in 0.11.0, fixes some bugs and introduces some new features, and provides a more complete API documentation. Among relevant changes: * new methods to add, remove and modify vertices of polygons * Point2D.getX() and getY() rplaced by x() and y() * Curve2D.getT0() and getT1() replaced by t0() ad t1() * Circle2D does not inherits ellipse2D anymore, making a clearer signature * Rectangle2D has been reprecated, but do not manage orientation anymore * several static methods have been added to Circle2D * fixed the transform of circle arcs by inversion