Boost.Geometry    Boost C++ Libraries
Namespaces | Classes | Enumerations
boost::geometry::strategy::side Namespace Reference

Namespaces

 services
 
 detail
 

Classes

class  andoyer
 Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...
 
class  geographic
 Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...
 
class  mapping_spherical_side_formula
 Check at which side of a geographical segment a point lies left of segment (> 0), right of segment (< 0), on segment (0). The check is performed by mapping the geographical coordinates to spherical coordinates and using spherical_side_formula. More...
 
class  mapping_spherical_side_formula< Spheroid, mapping_geodetic, CalculationType >
 
class  side_by_cross_track
 Check at which side of a Great Circle segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...
 
class  side_by_triangle
 Check at which side of a segment a point lies: left of segment (> 0), right of segment (< 0), on segment (0) More...
 
class  side_of_intersection
 
class  spherical_side_formula
 Check at which side of a Great Circle segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...
 
class  thomas
 Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...
 
class  vincenty
 Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...
 

Enumerations

enum  mapping_type { mapping_geodetic, mapping_reduced, mapping_geocentric }
 

Enumeration Type Documentation

Enumerator
mapping_geodetic 
mapping_reduced 
mapping_geocentric 

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