Table of Contents

Method GridToMorton

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

GridToMorton(int, int)

Converts (column, row) to a Morton index.

public static int GridToMorton(int col, int row)

Parameters

col int
row int

Returns

int