pointInRect
Public Function
Get whether a point is inside of a rectangle.
Parameters
| Name | Description |
|---|---|
| The point to check. |
| The rectangle's top left point as [x, y]. |
| The rectangle's size as [width, height]. |
Returns
boolean
Public Function
Get whether a point is inside of a rectangle.
| Name | Description |
|---|---|
| The point to check. |
| The rectangle's top left point as [x, y]. |
| The rectangle's size as [width, height]. |
boolean