Package de.xima.fc.common.geometry
Interface Rectangular
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Rectangular1D<Numerical>
,Rectangular1DLike<Numerical>
,Rectangular2D<Numerical>
,Rectangular2DLike<Numerical>
- All Known Implementing Classes:
Rectangular2DDouble
public interface Rectangular extends Serializable
An n-dimensional rectangle with coordinates of typeNumber
.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
dimensions()
The dimension of the rectangle.
-