示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <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();
 }