Tagged Questions
4
votes
4answers
1k views
Faster way to compare two sets of points in N-dimensional space?
List1 contains a high number (~7^10) of N-dimensional points (N <=10), List2 contains the same or fewer number of N-dimensional points (N <=10).
My task is this: I want to check which point in ...
0
votes
3answers
1k views
Determine Point Coordinates In 3D
I have a line that exists in 3d that is between two known points: {X1, Y1, Z1} and {X2, Y2, Z2}.
I also know that I am a certain distance for one of the points: D
How can I determine what the ...