示例#1
0
文件: Api.cs 项目: wangpei421/h3net
 /// <summary>
 /// provides the children (or grandchildren, etc) of the given hexagon
 /// </summary>
 public static void H3ToChildren(H3Index h, int childRes, out List <H3Index> outChildren)
 {
     outChildren = h.ToChildren(childRes);
 }