Method MortonToGrid
MortonToGrid(int)
Converts a Morton (Z-order) index to (column, row) coordinates.
public static (int Col, int Row) MortonToGrid(int mortonIndex)
Parameters
mortonIndexint
Converts a Morton (Z-order) index to (column, row) coordinates.
public static (int Col, int Row) MortonToGrid(int mortonIndex)
mortonIndex int