pointInCircle

Public Function

Get whether a point is inside of a circle.

Parameters
NameDescription

A

VecLike

The point to check.

C

VecLike

The circle's center point as [x, y].

r

number

The circle's radius.

Returns
boolean

Boolean

References

VecLike

Edit this page
Last edited on 11 May 2023
pointInBoundspointInEllipse