BoundingBox.intersects

Returns true if box intersects this.

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

Meta