|  | Home | Libraries | People | FAQ | More | 
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>