BoundingBox.intersection

Returns the intersection between two BoundingBoxes.

struct BoundingBox(T, uint Dim, BoundingBoxOptions options = BoundingBoxOptions.none)
const
intersection
(
Args...
)
(
const auto ref BoundingBox!(T, Args) box
)
if (
Dim > 0
)

Meta