Algorithm
Development Kit 1.0

Package algs.model.twod

Provides core implementations of the most common two-dimensional abstractions, such as points, lines and rectangles.

See:
          Description

Class Summary
TwoDCircle A circle is defined by a center point and a radius.
TwoDLineSegment Standard two-dimensional implementation of ILineSegment.
TwoDPoint Standard two-dimensional implementation of IPoint.
TwoDRectangle Represents a rectangular region in the Cartesian plane.
 

Package algs.model.twod Description

Provides core implementations of the most common two-dimensional abstractions, such as points, lines and rectangles.


Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.