| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2012-07-15 | 1.1 kB | |
| notes.txt | 2012-07-15 | 447 Bytes | |
| changes.txt | 2012-07-15 | 13.0 kB | |
| javaGeom-0.10.3-src.zip | 2012-07-15 | 302.3 kB | |
| javaGeom-0.10.3.jar | 2012-07-15 | 381.2 kB | |
| Totals: 5 Items | 698.1 kB | 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: the current version is the 0.11.x series. The 0.10.x series is still supported for facilitating the migrations. New users are strongly encouraged to use version 0.11.0 or later. New features in javaGeom-0.10.3 (2012.07.15, rev. 337) ===== * change the name of many methods, keeping old methods as deprecated. Ex: getCentroid() becomes centroid(), getAreaSigned() becomes signedArea()... * fixed AffineTransform2D.isMotion(), and cleanup code * added Vector2D.rotate * added SmoothCurve2D.normal() * added StraightLine2D.createVertical() and StraightLine2D.createVertical() * Better management of matrix problems