Package org.eclipse.mosaic.lib.geo
Interface Rectangle<T extends Point<T>>
- All Known Subinterfaces:
Bounds<T>
- All Known Implementing Classes:
CartesianRectangle
,GeoRectangle
public interface Rectangle<T extends Point<T>>
A
Rectangle
represents an immutable pair of two different points.
They form a rectangular area. The following definitions are possible:
a ___________ ___________ b | | | | | 1 | | 2 | |___________| |___________| b a
-
Method Summary