containsRectangle
Quadrangle.containsRectangle
containsRectangle(Rectangle $rect)
Determines if the specified Rectangle is contained or intersect this Quadrangle structure.
| Parameter | Type | Description |
|---|---|---|
$rect | Rectangle |
Returns: bool Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false.