danielepanozzo / cg-old

44 stars 16 forks source link

How to calculate the barycenter of a 3D object? #109

Closed peiyueY closed 5 years ago

peiyueY commented 5 years ago

Can we simply use centroid = average(x), average(y), average(z) to get the barycenter?

Thanks

danielepanozzo commented 5 years ago

Yes