예제 #1
0
파일: Api.cs 프로젝트: wangpei421/h3net
 /// <summary>
 /// exact area for a specific cell (hexagon or pentagon) in radians^2
 /// </summary>
 public static decimal CellAreaRads2(H3Index h)
 {
     return(h.CellAreaRadians2());
 }