示例#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());
 }