Weighted navigation grid. Row-major storage (idx = row * width + col). Cell value 0 = impassable, 1–255 = traversal cost into that cell.
idx = row * width + col
0
1
255
Readonly
Weighted navigation grid. Row-major storage (
idx = row * width + col). Cell value0= impassable,1–255= traversal cost into that cell.