Skip to content

intersects()

Report whether this object overlaps another.

rotary.intersects(other)

Parameters

rotary.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.