Circle.from_three_points
- classmethod Circle.from_three_points(a, b, c)[source]
Construct a circle from three points.
- Parameters:
- a
compas.geometry.Point
The first point.
- b
compas.geometry.Point
The second point.
- c
compas.geometry.Point
The third point.
- a
- Returns:
compas.geometry.Circle
The constructed circle.