polyfill method
Implementation
void polyfill(
ffi.Pointer<GeoPolygon> geoPolygon,
int res,
ffi.Pointer<ffi.Uint64> out,
) {
return _polyfill(
geoPolygon,
res,
out,
);
}
void polyfill(
ffi.Pointer<GeoPolygon> geoPolygon,
int res,
ffi.Pointer<ffi.Uint64> out,
) {
return _polyfill(
geoPolygon,
res,
out,
);
}