I'm attempting to distribute vectors with the same origin with a maximum angle of separation. Then if given a set of vectors, I want to determine how far from maximum separation they are. For instance in 2D, two vectors would be 180 degrees apart, 3 would be 120, 4 90, etc. So my two problems are determining maximum separation in 3D and giving some sort of feedback on how close they are to maximum separation.
Thanks