busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
66 stars 6 forks source link

Simplify ParsedParameters #58

Closed busstoptaktik closed 1 year ago

busstoptaktik commented 1 year ago

Remove the special treatment of x_0.., y_0.., lat_0.., lon_0.. in ParsedParameters, so all parameters are treated identically.

The accessors x, y, lat, lon and ellps are still available.

This may make the code slightly slower, but also more accessible