Point.on_circle
- Point.on_circle(circle)[source]
Determine if the point lies on the given circle.
- Parameters
circle ([plane, radius] or
compas.geometry.Circle
.) – The circle.- Returns
bool – True, if the point lies on the circle. False, otherwise.
Determine if the point lies on the given circle.
circle ([plane, radius] or compas.geometry.Circle
.) – The circle.
bool – True, if the point lies on the circle. False, otherwise.