circle_intersects_point
circle_intersects_point(cx, cy, cr, px, py) ⇒ boolean
Kind: global function
Param | Type | Description |
---|---|---|
cx | number | Center of the circle |
cy | number | Center of the circle |
cr | number | Radius of the circle |
px | number | Point coordinate X |
py | number | Point coordinate Y |