Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::strategy::side::vincenty< Spheroid, CalculationType > Class Template Reference

Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...

Inheritance diagram for boost::geometry::strategy::side::vincenty< Spheroid, CalculationType >:
boost::geometry::strategy::side::geographic< strategy::vincenty, Spheroid, CalculationType >

Public Member Functions

 vincenty ()
 
 vincenty (Spheroid const &model)
 
- Public Member Functions inherited from boost::geometry::strategy::side::geographic< strategy::vincenty, Spheroid, CalculationType >
int apply (P1 const &p1, P2 const &p2, P const &p)
 
 geographic ()
 
 geographic (Spheroid const &model)
 

Detailed Description

template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
class boost::geometry::strategy::side::vincenty< Spheroid, CalculationType >

Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)

Template Parameters
SpheroidReference model of coordinate system.
CalculationTypenumeric 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

Constructor & Destructor Documentation

template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
boost::geometry::strategy::side::vincenty< Spheroid, CalculationType >::vincenty ( )
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
boost::geometry::strategy::side::vincenty< Spheroid, CalculationType >::vincenty ( Spheroid const &  model)
explicit

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