SphericalSurface.from_points
- classmethod SphericalSurface.from_points(points)[source]
Construct the sphere that best fits a set of points in the least squares sense.
- Parameters:
- pointslist of
compas.geometry.Point
The points.
- pointslist of
- Returns:
compas.geometry.SphericalSurface
A sphere.