Rect.intersects

Checks whether this Rect intersects with an other. If, and the parameter 'overlap' isn't null, the colliding rectangle is stored there.

struct Rect(T)
const
bool
intersects
(
ref const Rect rect
,
Rect* overlap = null
)
if (
isNumeric!T
)

Meta