geometry
geometry copied to clipboard
mean
Would like a convhulln mean method to get centroid of convex hull.
Hi, just take the means of the columns.
Sorry, my comment is wrong: if there are some points more concentrated on a region, they will be overrepresented in the calculation of the mean.
You can use my package cgalMeshes to get the centroid of a mesh. And the dev version on Github can generate the mesh of a convex hull.