示例#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));
 }