is_point_in_circle

compas.geometry.is_point_in_circle(point, circle)[source]

Determine if a point lies in a circle.

Parameters
Returns

bool – True if the point lies in the circle. False otherwise.