Function: intersects()
intersects(a
, b
): boolean
Returns true
if two rectangles intersects each other, otherwise false
.
Rectangles sharing an edge are considered as intersecting as well.
Parameters
Returns
boolean
Defined in
diagram/geometry.ts:128