busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
63 stars 6 forks source link

Completion(?) of CoordinateSet and CoordinateTuple #107

Closed busstoptaktik closed 3 months ago

busstoptaktik commented 3 months ago

Version 0.13.0 saw the introduction of tuple-based accessors (x,y) = xy() and set_xy(x,y) for CoordinateSet and CoordinateTuple.

In this PR we complete this interface by introducing 3D and 4D counterparts.

Also the CoordinateSet implementation is consolidated through a macro based reimplementation