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