예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// Find all icosahedron faces intersected by a given H3 index
 /// </summary>
 public static void H3GetFaces(H3Index h3, out List <int> outFaces)
 {
     outFaces = h3.GetFaces();
 }