Box.intersects

Assumes sorted boxes. This function deals with empty boxes correctly.

struct Box(T, int N)
@nogc pure const nothrow
bool
intersects

Return Value

Type: bool

Intersection of two boxes.

Meta