Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-12-04 | 1.1 kB | |
changes.txt | 2011-12-04 | 12.5 kB | |
notes.txt | 2011-12-04 | 447 Bytes | |
javaGeom-0.10.0-src.zip | 2011-12-04 | 288.2 kB | |
javaGeom-0.10.0.jar | 2011-12-04 | 358.4 kB | |
Totals: 5 Items | 660.6 kB | 0 |
Notes for javaGeom library JavaGeom is a Java library for geometrical computations. It Provides a general framework for manipulating and creating geometric primitives, computing the intersection points between shapes, trasnforming 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. New features in JavaGeom-0.10.0 (2011.12.04, rev. 298) ===== New features - added Point2D.plus(Vector2D) and Point2D.minus(Vector2D) - added methods for inserting vertices into simple polygons - added methods for for filtering multiple adjacent vertices - added method SimplePolygon2D.getRing() - replaced static constructors with arrays by constructors with variable number of arguments (ellipse) Bug fixes - fixed bug for clipping of clockwise polygons - fixed bug for circle inversion of lines and rays Regressions - removed dependency to java.awt.Point, making the library less dependent from awt