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 2017. The current version is 1.89.0.
Spherical equatorial coordinate system, in degree or in radian.
This one resembles the geographic coordinate system, and has latitude up from zero at the equator, to 90 at the pole (opposite to the spherical(polar) coordinate system). Used in astronomy and in GIS (but there is also the geographic)
template<typename DegreeOrRadian> struct cs::spherical_equatorial { // ... };
|
Parameter |
Description |
|---|---|
|
typename DegreeOrRadian |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/core/cs.hpp>