SphericalSurface.from_three_points
- classmethod SphericalSurface.from_three_points(a, b, c)[source]
Construct a sphere 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.SphericalSurface
A sphere.