![]() |
![]() |
Strategy to calculate comparable distance between a point and a box. More...
Classes | |
struct | calculation_type |
Static Public Member Functions | |
template<typename Point , typename Box > | |
static calculation_type< Point, Box >::type | apply (Point const &point, Box const &box) |
Strategy to calculate comparable distance between a point and a box.
Point | first point type |
Box | second box type |
CalculationType | numeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point |
static calculation_type<Point, Box>::type boost::geometry::strategy::distance::comparable::pythagoras_point_box< CalculationType >::apply | ( | Point const & | point, |
Box const & | box | ||
) | [static] |
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 |