Package | Description |
---|---|
org.mdiutil.geom |
This package provides several utility geometry classes.
|
Class and Description |
---|
CurveConverter.AngleSegment
Represents an Angle Segment.
|
GeometryRuler
This class computes areas and perimeters of any Shape.
|
Polygon2D
This class has the same behavior than java.awt.Polygon, except that the cordinates are float instead of int.
|
Polyline2D
This class has the same behavior than
Polygon2D , except that the figure is not closed. |
ShapeNormalizer.ConnectedShape
This class wraps a Shape with a boolean indicating if the Shape is connected to the previous Shape.
|
ShapeUtilities
This class contain several utilities about Shapes.
|
Vector2D
This class represents a 2D Vector.
|