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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.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>