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.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev