示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <summary>
 /// returns the parent (or grandparent, etc) hexagon of the given hexagon
 /// </summary>
 public static H3Index H3ToParent(H3Index h, int parentRes)
 {
     return(h.ToParent(parentRes));
 }