Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::strategy::transform::degree_radian_vv< P1, P2, F > Struct Template Reference

Transformation strategy to go from degree to radian and back. More...

Public Member Functions

bool apply (P1 const &p1, P2 &p2) const
 

Detailed Description

template<typename P1, typename P2, template< typename > class F>
struct boost::geometry::strategy::transform::degree_radian_vv< P1, P2, F >

Transformation strategy to go from degree to radian and back.

Template Parameters
P1first point type
P2second point type
Fadditional functor to divide or multiply with d2r

Member Function Documentation

template<typename P1 , typename P2 , template< typename > class F>
bool boost::geometry::strategy::transform::degree_radian_vv< P1, P2, F >::apply ( P1 const &  p1,
P2 &  p2 
) const

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen