busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
66 stars 6 forks source link

Coord types #42

Closed busstoptaktik closed 1 year ago

busstoptaktik commented 1 year ago

Enforce some symmetry in the naming of the built-in coordinate types:

Also, the impl blocks for the CoordinateTuple types are no longer controlled by the CoordinateTuple trait. That eliminates the need to force all dimensionalities to accept a set of 4 numbers in the constructor methods.