...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Meta-function to verify if a coordinate system is radian.
template<typename CoordinateSystem> struct is_radian : public true_type { // ... };
Parameter |
Description |
---|---|
typename CoordinateSystem |
Any coordinate system. |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/core/cs.hpp>