Package cmsc420.geom

Provides classes and interfaces for detecting shape intersections in 2D space.

See:
          Description

Interface Summary
Geometry2D An interface for polygonal shapes on the (x,y) coordinate plane.
 

Class Summary
Circle2D The Circle2D class describes a circle that is defined by a bounding rectangle.
Circle2D.Double The Double class defines an ellipse specified in double precision.
Circle2D.Float The Float class defines an ellipse specified in float precision.
Inclusive2DIntersectionVerifier The InclusiveIntersectionVerifier class provides static methods used to determine if two shapes intersect.
Shape2DDistanceCalculator The Shape2DDistanceCalculator class provides methods for finding the distance between shapes on a two-dimensional plane.
 

Package cmsc420.geom Description

Provides classes and interfaces for detecting shape intersections in 2D space.