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 branch. The current version is 1.89.0.
Geographic coordinate system, in degree or in radian.
Defines the geographic coordinate system where points are defined in two angles and usually known as lat,long or lo,la or phi,lambda
template<typename DegreeOrRadian> struct cs::geographic { // ... };
|
Parameter |
Description |
|---|---|
|
typename DegreeOrRadian |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/core/cs.hpp>