#include <cstddef>
#include <boost/numeric/conversion/cast.hpp>
#include <boost/geometry/core/access.hpp>
#include <boost/geometry/core/cs.hpp>
#include <boost/geometry/core/coordinate_type.hpp>
#include <boost/geometry/util/math.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::geometry | |
boost::geometry::detail | |
Functions | |
template<std::size_t Dimension, typename Geometry > | |
fp_coordinate_type< Geometry > ::type | boost::geometry::get_as_radian (Geometry const &geometry) |
get coordinate value of a point, result is in Radian More... | |
template<std::size_t Dimension, typename Geometry > | |
void | boost::geometry::set_from_radian (Geometry &geometry, typename fp_coordinate_type< Geometry >::type const &radians) |
set coordinate value (in radian) to a point More... | |