| Interval2D Methods |
The Interval2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Area |
Returns the area of this two-dimensional interval. | |
| Contains |
Does this two-dimensional interval contain the point p? | |
| Draw |
Draws this two-dimensional interval to the display. (Overrides BasicVisualDraw.) | |
| Equals |
Does this interval equal the other interval? (Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns an integer hash code for this interval. (Overrides ObjectGetHashCode.) | |
| Intersects |
Does this two-dimensional interval intersect that two-dimensional interval? | |
| MainTest |
Demo test the Interval2D data type. | |
| ToString |
Returns a string representation of this two-dimensional interval. (Overrides ObjectToString.) |