Uses of Interface
de.xima.fc.common.geometry.Rectangular1DLike
-
Packages that use Rectangular1DLike Package Description de.xima.fc.common.geometry -
-
Uses of Rectangular1DLike in de.xima.fc.common.geometry
Subinterfaces of Rectangular1DLike in de.xima.fc.common.geometry Modifier and Type Interface Description interface
Rectangular1D<Numerical extends Number>
A one-dimensional rectangular shape, with only a width.interface
Rectangular2D<Numerical extends Number>
A 2-dimensional rectangular shape.interface
Rectangular2DLike<Numerical extends Number>
A rectangular shape of at least dimension 2.Classes in de.xima.fc.common.geometry that implement Rectangular1DLike Modifier and Type Class Description class
Rectangular2DDouble
A two-dimensional rectangular shape, with a width and a height, where both dimensions are of typedouble
.
-