pairs of minimum and maximum coordinates for each dimension. In each tuple,
_1
must be <=
_2
. The maximum coordinates are inclusive (defining the maximum
coordinate **within** the shape), thus it is not possible to create rectangles with
side lengths of zero.
pairs of minimum and maximum coordinates for each dimension.
pairs of minimum and maximum coordinates for each dimension. In each tuple,
_1
must be <=
_2
. The maximum coordinates are inclusive (defining the maximum
coordinate **within** the shape), thus it is not possible to create rectangles with
side lengths of zero.
Queries the overlap of this shape with a given
IntPoint2D p
.
Queries the overlap of this shape with a given
IntPoint2D p
. The point is considered to have
a side length of 1!
true
if this shape contains or partly overlaps
the given point
Maximum coordinate for given dimension.
Maximum coordinate for given dimension. This is inclusive (considered to be inside the shape).
An n-dimensional hyper rectangular.
pairs of minimum and maximum coordinates for each dimension. In each tuple,
_1
must be<=
_2
. The maximum coordinates are inclusive (defining the maximum coordinate **within** the shape), thus it is not possible to create rectangles with side lengths of zero.