The search functionality needs JavaScript enabled
Returns true if point is inside the circle or if it's located exactly on the circle's boundary, otherwise returns false.
true
point
false
bool isPointInCircle ( const(Vector2) point, const(Vector2) circle_position, const(double) circle_radius ) nothrow @nogc;