From ffe21da5ed47d2bd0b21d0defea748410180ab29 Mon Sep 17 00:00:00 2001 From: spacek531 Date: Fri, 10 Sep 2021 00:27:45 -0700 Subject: [PATCH] Updated Track Element Lengths (markdown) --- Track-Element-Lengths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Track-Element-Lengths.md b/Track-Element-Lengths.md index 19f4c7c..058b0f4 100644 --- a/Track-Element-Lengths.md +++ b/Track-Element-Lengths.md @@ -17,7 +17,7 @@ These figures coincide with a length of 8716 for the X and Y axis and a length o Subpositions are direction-specific, this means the track element length varies depending on which direction it is rotated in the world. These variations appear to have a specific pattern: the track positions are in the range [0, 31] on both axis. For example, flat track has the following beginning and end subposition data: Direction | Start position | End position --|-|- +|-|-|-| 0 | { 31, 16, 0 } | { 0, 16, 0 } 1 | { 16, 0, 0 } | { 16, 31, 0 } 2 | { 0, 16, 0 } | { 31, 16, 0 }