Circle.intersects

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

struct Circle
@nogc
bool
intersects
const
(
,
Circle* overlap = null
)

Meta