WGS84toCartesian
WGS84toCartesian copied to clipboard
A simple header-only, single-file library to handle WGS84 coordinate to Cartesian coordinate transformations for C++.
It looks like your Cartesian values are east, north but that's not documented. And the latitude, longitude values should be documented in terms of order (latitude, longitude) and also degrees...
By "cartesian" do you mean `EPSG:3857` aka `EPSG:900913` aka "The Google Projection"? https://en.wikipedia.org/wiki/Web_Mercator_projection#Identifiers Otherwise there are a lot of things that could be meant by either "cartesian" or "mercator"...
What is the first paramater called 'reference'? What is it used for? Could you possibly explain that please?