Polygon.intersects() method
Check whether this polygon intersects with the given polygon.
Signature:
intersects(polygon: Polygon): boolean;
Parameters
Parameter |
Type |
Description |
---|---|---|
polygon |
boolean
Remarks
This does not take holes into consideration.