예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// Number of indexes in a line connecting two indexes
 /// </summary>
 public static int H3LineSize(H3Index start, H3Index end)
 {
     return(start.LineSize(end));
 }