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 }