Function: intersects()
intersects(
a
,b
):boolean
Defined in: diagram/geometry.ts:128
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