intersects
@MainThread
Returns whether the bounds intersects `area` or not.
Return
`true` if the bounds intersects `area`, `false` otherwise.
Parameters
area
The area to be checked against the bounds.
wrapped Coordinates
Whether to wrap the coordinate or not.