Convert batch WGS84 to UTM in-place.
The input buffer must be pre-allocated with 3 values per point (same as output). Input layout: [lng, lat, 0, lng, lat, 0, ...]. Output layout: [zone, easting, northing, zone, easting, northing, ...].
[lng, lat, 0, lng, lat, 0, ...]
[zone, easting, northing, zone, easting, northing, ...]
Convert batch WGS84 to UTM in-place.
The input buffer must be pre-allocated with 3 values per point (same as output). Input layout:
[lng, lat, 0, lng, lat, 0, ...]. Output layout:[zone, easting, northing, zone, easting, northing, ...].