Function: intersects()
intersects(
a,b):boolean
Defined in: src/paper/baseGeometry.ts:126
Returns true if two rectangles intersects each other, otherwise false.
Rectangles sharing an edge are considered as intersecting as well.
Parameters
| Parameter | Type |
|---|---|
| |
|
Returns
boolean