GeometrySingleton.isPointInCircle

Returns true if point is inside the circle or if it's located exactly on the circle's boundary, otherwise returns false.

struct GeometrySingleton
@nogc nothrow
bool
isPointInCircle
(
in Vector2 point
,
in Vector2 circle_position
,
in double circle_radius
)

Meta