sdr 0.21

Package net.cscott.sdr.util

This package contains useful utility code.

See:
          Description

Class Summary
Bezier Utility methods for efficiently evaluating bezier curves.
Box An orthogonal box, with sides parallel to the x and y axes.
Fraction Fraction is a Number which implements exact arithmetic on fractions.
Interval An interval between two Fractions.
Point A 2D point, where x and y coordinate are Fractions.
 

Package net.cscott.sdr.util Description

This package contains useful utility code. In particular, our exact rational arithmetic package is here (in the Fraction class), as well as some classes using our rational numbers to represent Intervals, Points, and Boxes.


sdr 0.21

Copyright (c) 2006 C. Scott Ananian