Skip to content

intersects()

Report whether this circle overlaps another object.

point.intersects(other)

Parameters

point.intersects(other)
Parameter Type Default Description
other Drawable required The other object to test against.

Returns

return otherIsIntersecting

Value Type Description
otherIsIntersecting bool True if the two objects overlap, False otherwise.