intersects
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.
Returns whether the bounds intersects `area` or not.
`true` if the bounds intersects `area`, `false` otherwise.
The area to be checked against the bounds.
Whether to wrap the coordinate or not.