can_intersect
Description:
public bool can_intersect (
Structure struct2)
Tries intersecting this and struct2
and reports whether the result would not be empty.
Parameters:
this |
a Structure
|
struct2 |
a Structure
|
Returns:
true if intersection would not be empty
|