getHexagonEdgeLengthAvgKm method
@defgroup getHexagonEdgeLengthAvg getHexagonEdgeLengthAvg Functions for getHexagonEdgeLengthAvg @{ / /** @brief average hexagon edge length in kilometers (excludes pentagons)
Implementation
int getHexagonEdgeLengthAvgKm(
int res,
ffi.Pointer<ffi.Double> out,
) {
return _getHexagonEdgeLengthAvgKm(
res,
out,
);
}