예제 #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());
 }