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