You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This input is the origin and used as outlined below:Convert a given WGS84 position to a Cartesian position using a given WGS84 reference position with Mercator projection: std::array<double, 2> cartesianPosition = wgs84::toCartesian({52.247041, 10.575830} /* reference position */, {52.248091, 10.57417} /* position to be converted */));On 26 Jun 2023, at 09:58, Magallo ***@***.***> wrote:
What is the first paramater called 'reference'? What is it used for? Could you possibly explain that please?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
What is the first paramater called 'reference'? What is it used for? Could you possibly explain that please?
The text was updated successfully, but these errors were encountered: