/// <summary> /// Returns the origin and destination hexagons from the unidirectional /// edge H3Index /// </summary> public static void GetH3IndexesFromUnidirectionalEdge(H3Index edge, out (H3Index, H3Index) originDestination) { originDestination = edge.GetH3IndexesFromUniEdge(); }