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, computed shapes obtained after 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.
changes of javaGeom library
javaGeom-0.5.1 (2007-12-02, rev. 86)
- Use generics for curve set implementations, giving more control on type cast
and adding more safety
- Change hierarchy of affine transforms, allowing more control on type of
transforms after transform composition
- Specialize the return type of overloaded methods when necessary
- Add more controls on the curve collection in CurveSet2D
- Deprecate class PolarPoint2D
- Fix bug in polyline path
See the changelog for more details, or see the web page of the project:
http://geom-java.sourceforge.net/