openalea.phenomenal.segmentation.plane_interception.max_distance_in_points#

openalea.phenomenal.segmentation.plane_interception.max_distance_in_points(points)[source]#

Compute and return the maximal Euclidean distance between the two point the most separate in points.

Parameters:

points (numpy.ndarray) – array of 3d points position.

Returns:

max – The maximal distance

Return type:

int