Here's a definition if it helps... http://www.box.net/shared/6fi4goqe5t
-Damien On Apr 21, 3:08 pm, damien_alomar <dominos...@gmail.com> wrote: > Oompa, > > I haven't tried this, but if you create an On3dPointArray from your > list of points, you should then be able to grab the bounding box of > the points (GetBoundingBox is the method) and find the center of > that. It won't be the exact centroid of the points, but if you're > looking for something quick, then it might work. > > Best, > Damien > > On Apr 21, 1:43 pm, oompa_l <gbrl.fr...@gmail.com> wrote: > > > anyone know off hand how to find the centroid of a series of points in > > vb.net? without adding all x values and y values and dividing by the > > number of points?