Computes centroid of the convex hull enclosing the given coordinates.
points (Np by 3 ndarray) – Coordinates (xyz)
centroid – A 3 by 1 Numpy array containing coordinates of the centroid.
array