pointInCircle
Public Function
Get whether a point is inside of a circle.
Parameters
| Name | Description | 
|---|---|
  | The point to check.  | 
  | The circle's center point as [x, y].  | 
  | The circle's radius.  | 
Returns
boolean
Boolean
Public Function
Get whether a point is inside of a circle.
| Name | Description | 
|---|---|
  | The point to check.  | 
  | The circle's center point as [x, y].  | 
  | The circle's radius.  | 
boolean
Boolean