Remove ambiguous unicode characters

This commit is contained in:
Austen Adler 2023-02-09 00:12:44 -05:00
parent 5f366304fd
commit cc09f72584

View File

@ -544,7 +544,7 @@ The Hilbert curve parameter implicitly encodes both the position of a cell and i
i, j ∈ [0, 2^30^-1] ∩ ℤ
|Leaf-cell coordinates: The leaf cells are the subsquares that result after 30 levels of Hilbert curve subdivision, consisting of a 2^30^ × 2^30^ array on each face.
|Leaf-cell coordinates: The leaf cells are the subsquares that result after 30 levels of Hilbert curve subdivision, consisting of a 2^30^x2^30^ array on each face.
stem:[i] and stem:[j] are integers in the range [0, 2^30^-1] that identify a particular leaf cell.
The (i, j) coordinate system is right-handed on every face, and the faces are oriented such that Hilbert curves connect continuously from one face to the next.