We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d0c51 commit fc88422Copy full SHA for fc88422
src/file-formats/navpoint-matrix.md
@@ -14,10 +14,11 @@ Consequently the main diagonal's distance is always 0:
14
\\[
15
x = y \implies dist_{xy} = dist_{yx} = 0 \land next_{xy} = next_{yx} = x = y
16
\\]
17
-Cells of directly connected navpoints and of navpoints connected through only one other navpoint are symmetric:
+Cells of directly connected navpoints point to the other cell:
18
19
next_{xy} = y \implies next_{yx} = x
20
21
+Cells of navpoints connected through only one other navpoint are symmetric:
22
23
next_{xz} = y \land next_{yz} = z \implies next_{zx} = y \land next_{yx} = x
24
0 commit comments