containsCoordinates
Quadrangle.containsCoordinates
containsCoordinates(int $x, int $y)
Determines if the specified point is contained within this Quadrangle structure.
| Parameter | Type | Description |
|---|---|---|
$x | int | |
$y | int |
Returns: bool Returns true if point is contained within this Quadrangle structure; otherwise, false.