I have a set of points defined in 3D space. I’d like to find the optimal plane for which I could project all of these 3d points onto and have them “nicely” spaced out. I realize that there may not be an optimal solution if all my points are poorly spatially distributed. As a simple example, imagine we have points (illustrated as white dots below) such that they encircle a sphere.
[attachment=28178:points.jpg]
I’d like to find the cross section plane that is illustrated in the image below. Could someone suggest how we could find this plane given only the x,y,z coordinates of the 3d points?
[attachment=28177:plane.jpg]