Exemplo n.º 1
0
 /// <summary>
 /// Returns the destination hexagon H3Index from the unidirectional edge
 /// H3Index
 /// </summary>
 public static H3Index GetDestinationH3IndexFromUnidirectionalEdge(H3Index edge)
 {
     return(edge.DestinationFromUniDirectionalEdge());
 }