- Fixed: intersection at shared vertex of both minor arcs
- Added: serde
- Added: spherical::ChordLength
- Added: MinorArc::distance_to and Loop::distance_to_boundary
- Removed: Loop::is_pos_within_distance_to_boundary (replaced by Loop::distance_to_boundary)
- Performance improvements
- Fixed: Sphere::distance_to_angle returns always a angle in [0, 180]
- Tests
- Is position within distance to the boundary of loop?
- Renamed Cap::from_points to Cap::from_triangle
- Spherical cap boundary
- Tests
- Spherical caps
- Tests
- Fixed r2zyx
- Tests
- Doc
- Tests
- Geocentric Radius
- Ellispoid: Radius of Curvature (Meridian & prime) + Radius at latitude
- Doc & Typos
- Performance improvements
- Added tests
- Performance improvements
- Doc improvements
- Updated spherical::Rectangle: compare_by_latitude/longitude & union
- Added tests
- Performance improvements
- Initial version