예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// Returns the origin hexagon H3Index from the unidirectional edge
 /// </summary>
 /// H3Index
 public static H3Index GetOriginH3IndexFromUnidirectionalEdge(H3Index edge)
 {
     return(edge.OriginFromUniDirectionalEdge());
 }