intersects
Description:
Determines if this and geometry1 intersect returning true
if they do else false
.
Note:
Use Rect and intersection
Parameters:
this |
The first geometry to test |
geometry1 |
The second geometry to test |
Returns:
|