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?