intersects()
Report whether this object overlaps another.
polygon.intersects(other)
Parameters
polygon.intersects(other)
| Parameter | Type | Default | Description |
|---|---|---|---|
other |
Drawable |
required | The other object to test against. |
Returns
return otherIsIntersecting
| Value | Type | Description |
|---|---|---|
| otherIsIntersecting | bool |
True if the two objects overlap, False otherwise. |