containsRectangle

Quadrangle.containsRectangle

containsRectangle(Rectangle $rect)

Determines if the specified Rectangle is contained or intersect this Quadrangle structure.

ParameterTypeDescription
$rectRectangle

Returns: bool Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false.