Function lonlat_bng::convert_to_etrs89_threaded [] [src]

pub extern fn convert_to_etrs89_threaded(longitudes: Array,
                                         latitudes: Array)
                                         -> (Array, Array)

A threaded, FFI-compatible wrapper for lonlat_bng::convert_etrs89

Examples

See lonlat_bng::convert_to_bng_threaded for examples, substituting f64 vectors

Safety

This function is unsafe because it accesses a raw pointer which could contain arbitrary data