示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <summary>
 /// Returns the destination hexagon H3Index from the unidirectional edge
 /// H3Index
 /// </summary>
 public static H3Index GetDestinationH3IndexFromUnidirectionalEdge(H3Index edge)
 {
     return(edge.DestinationFromUniDirectionalEdge());
 }