- #1
df606
- 14
- 0
I'm working on a programming project, and I've got this problem I don't really know how to describe or approach.
Given a point and a number of lines extending from the point, I want to find the best angle (in 3d) to maximize the distances between the lines. The 2D equivalent would be to simply divide 360 degrees by the number of lines.
This is kind of vague but I can't think of how else to describe this. Hopefully this much is understandable.
Given a point and a number of lines extending from the point, I want to find the best angle (in 3d) to maximize the distances between the lines. The 2D equivalent would be to simply divide 360 degrees by the number of lines.
This is kind of vague but I can't think of how else to describe this. Hopefully this much is understandable.