예제 #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);
 }