algorithm - Find points given distances between them -
algorithm - Find points given distances between them -
here example:
suppose there 4 points: a, b, c, , d given point @ (0,0): , distances: b: 7 c: 5 d: 9 b c: 6 b d: 5 c d: 7 goal find solution points b(x,y), c(x,y) , d(x,y)
what algorithm find points ( 50 of them ) given distances between them?
algorithm geometry distance point euclidean-distance
Comments
Post a Comment