diff --git a/trilateration.myco b/trilateration.myco new file mode 100644 index 0000000..812fad3 --- /dev/null +++ b/trilateration.myco @@ -0,0 +1 @@ +In 3D Euclidean space, the position of a point is uniquely determined by its distance from three other (distinct, non-colinear) points (mostly; in some cases there may be two solutions). Trilateration is the process of finding a point from three of these distance/point pairs - strictly speaking, this is "true range" trilateration (or, more generally, multilateration), and the more widely used pseudo-range trilateration (multilateration) uses four distances instead. \ No newline at end of file