Box.intersects

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

struct Box(T, int N)
bool
intersects

Return Value

Type: bool

Intersection of two boxes.

Meta