intersection


Description:

public bool intersection (Box b, out Box res)

Intersects the two given Box.

If the two boxes do not intersect, res will contain a degenerate box initialized with empty.

Parameters:

this

a Box

b

a Box

res

return location for the result

Returns:

true if the two boxes intersect