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 abada81 commit 3c68e84Copy full SHA for 3c68e84
src/file-formats/navigation-matrix.md
@@ -3,7 +3,7 @@ The vanilla navigation matrix is stored in `./navdata/nav_matrix.dat`.
3
The file format is defined as:
4
```
5
| 00 01 02 03 04 05 06 07 |
6
-00000000 | Height | Width | Data |
+00000000 | Width | Height | Data |
7
00000008 | Data (cont) |
8
9
where `Width` and `Height` denote the dimensions of a matrix, and `Data` is an `u8` array of length `Width*Height`.
0 commit comments