mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 08:52:10 +00:00
Replace RadiusType template parameter of those strategies with Spheroid. Replace member function radius() with model() and typedef radius_type with model_type. Use get_radius(), calculate flattening "manually". Tweek calculations (conversion warnings, common multiplier). Remove detail::ellipsoid<>.