can_intersect
Description:
public bool can_intersect (
Caps caps2)
Tries intersecting this and caps2
and reports whether the result would not be empty
Parameters:
this |
a Caps to intersect
|
caps2 |
a Caps to intersect
|
Returns:
true if intersection would be not empty
|