/// <summary> /// Returns the 6 (or 5 for pentagons) edges associated with the H3Index /// </summary> public static void GetH3UnidirectionalEdgesFromHexagon(H3Index origin, out List <H3Index> edges) { edges = origin.GetUniEdgesFromCell().ToList(); }