Files
geometry/include
Adam Wulkiewicz 2b1d7e3767 [extensions] Use Spheroid in andoyer and vincenty strategies.
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<>.
2014-11-17 02:27:47 +01:00
..