| Class | Description |
|---|---|
| Angle |
Angle is an immutable abstract data type which represents the
mathematical notion of an angle.
|
| Circle |
Circle is an immutable abstract data type which models the
mathematical notion of a circle in Cartesian space.
|
| LineSegment |
LineSegment is an immutable abstract data type which represents a line
segment in two dimensional Cartesian space.
|
| Physics |
The Physics library contains procedural abstractions which are useful
in modeling the physical interactions between objects.
|
| Physics.DoublePair |
DoublePair is a simple immutable type representing
a pair of doubles. |
| Physics.VectPair |
VectPair is a simple immutable type representing
a pair of Vects. |
| Vect |
Vect is an immutable abstract data type which models
the mathematical notion of a vector or a point in 2-space.
|