How do i get a useful median for 3D positions?
I have made a useful median for 2D positions by taking the average median of the x positions of the positions rotated in every 360° direction. The angleDiffs are the degrees of freedom, that the rotation around the point has, before hitting another point. I don’t know how to calculate that in 3d as it has 2 axis of rotation, which make it complicated. Does anyone have an idea on how to calculate that?