mrdja.geometry.find_closest_plane

mrdja.geometry.find_closest_plane(points: List[List[float]]) Tuple[float][source]

Find the closest plane to a set of points based on Euclidean distance.

Parameters:

points (List[List[float]]) – Points.

Returns:

Plane equation coefficients.

Return type:

Tuple[float]