Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.89.0.
Defines spheroid radius values for use in geographical CS calculations.
template<typename RadiusType> class srs::spheroid { // ... };
|
Parameter |
Description |
|---|---|
|
typename RadiusType |
tparam_radius |
|
Function |
Description |
Parameters |
|---|---|---|
|
spheroid(RadiusType const & a, RadiusType const & b)
|
RadiusType const &: a: RadiusType const &: b: |
|
|
spheroid()
|
|
Function |
Description |
Parameters |
Returns |
|---|---|---|---|
|
template<std::size_t I> RadiusType get_radius()
|
|||
|
template<std::size_t I> void set_radius(RadiusType const & radius)
|
RadiusType const &: radius: |
#include <boost/geometry/srs/spheroid.hpp>