Edit ‘trilateration’

This commit is contained in:
osmarks 2024-08-25 14:02:44 +00:00 committed by wikimind
parent 24983d71ca
commit 9f2ed6e5d0

1
trilateration.myco Normal file
View File

@ -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.