Circle.from_point_and_radius
- classmethod Circle.from_point_and_radius(point, radius)[source]
Construct a circle from a point and a radius.
- Parameters:
- point
compas.geometry.Point
The center of the circle.
- radiusfloat
The radius of the circle.
- point
- Returns:
compas.geometry.Circle
The constructed circle.