...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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>