Function GeometrySingleton.isPointInCircle

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

bool isPointInCircle (
  const(Vector2) point,
  const(Vector2) circle_position,
  const(double) circle_radius
) nothrow @nogc;