Package math.geom2d

Planar geometry toolbox.

See:
          Description

Interface Summary
Shape2D Main interface for all geometric objects, including points, lines, curves, or planar regions...
 

Class Summary
Angle2D This class is only devoted to static computations.
Box2D This class defines bounds of a shape.
Dimension2D An utilitary class used for describing size of bounding boxes for shapes, or size of shapes.
Point2D A point in the plane defined by its 2 cartesian coordinates x and y.
PointSet2D Represent the union of a finite number of Point2D.
Vector2D Define a vector in 2 Dimensions.
 

Package math.geom2d Description

Planar geometry toolbox.

The package contains definition of the Shape2D interface, and the implementation of point shapes. It also contains utilistary classes like Angle2D, Vector2D or Box2D.