Boost.Geometry    Boost C++ Libraries
Classes | Static Public Member Functions | List of all members
boost::geometry::strategy::intersection::spherical_segments_calc_policy Struct Reference
Inheritance diagram for boost::geometry::strategy::intersection::spherical_segments_calc_policy:
boost::geometry::strategy::intersection::great_elliptic_segments_calc_policy< Spheroid >

Classes

struct  plane
 

Static Public Member Functions

template<typename Point , typename Point3d >
static Point from_cart3d (Point3d const &point_3d)
 
template<typename Point3d >
static plane< Point3d > get_plane (Point3d const &p1, Point3d const &p2)
 
template<typename Point3d >
static bool intersection_points (plane< Point3d > const &plane1, plane< Point3d > const &plane2, Point3d &ip1, Point3d &ip2)
 
template<typename Point3d , typename Point >
static Point3d to_cart3d (Point const &point)
 

Member Function Documentation

template<typename Point , typename Point3d >
static Point boost::geometry::strategy::intersection::spherical_segments_calc_policy::from_cart3d ( Point3d const &  point_3d)
static
template<typename Point3d , typename Point >
static Point3d boost::geometry::strategy::intersection::spherical_segments_calc_policy::to_cart3d ( Point const &  point)
static
template<typename Point3d >
static plane<Point3d> boost::geometry::strategy::intersection::spherical_segments_calc_policy::get_plane ( Point3d const &  p1,
Point3d const &  p2 
)
static
template<typename Point3d >
static bool boost::geometry::strategy::intersection::spherical_segments_calc_policy::intersection_points ( plane< Point3d > const &  plane1,
plane< Point3d > const &  plane2,
Point3d &  ip1,
Point3d &  ip2 
)
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
Documentation is generated by Doxygen