Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::strategy::transform::services::default_strategy< CoordSysTag, CoordSysTag, CoordSys< degree >, CoordSys< radian >, 2, 2, P1, P2 > Struct Template Reference

Specialization to transform from degree to radian for any coordinate system / point type combination. More...

#include <strategy_transform.hpp>

Public Types

typedef degree_radian_vv< P1,
P2, std::multiplies > 
type
 

Detailed Description

template<typename CoordSysTag, template< typename > class CoordSys, typename P1, typename P2>
struct boost::geometry::strategy::transform::services::default_strategy< CoordSysTag, CoordSysTag, CoordSys< degree >, CoordSys< radian >, 2, 2, P1, P2 >

Specialization to transform from degree to radian for any coordinate system / point type combination.

Member Typedef Documentation

template<typename CoordSysTag , template< typename > class CoordSys, typename P1 , typename P2 >
typedef degree_radian_vv<P1, P2, std::multiplies> boost::geometry::strategy::transform::services::default_strategy< CoordSysTag, CoordSysTag, CoordSys< degree >, CoordSys< radian >, 2, 2, P1, P2 >::type

The documentation for this struct was generated from the following file: