Boost.Geometry    Boost C++ Libraries
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d > Struct Template Reference

Public Types

typedef coordinate_type
< Point3d >::type 
coord_t
 

Public Member Functions

coord_t cos_angle_between (Point3d const &p1, Point3d const &p2, bool &is_forward) const
 
 plane (Point3d const &p1, Point3d const &p2)
 
int side_value (Point3d const &pt) const
 

Static Public Member Functions

static coord_t cos_angle_between (Point3d const &p1, Point3d const &p2)
 

Public Attributes

Point3d normal
 

Member Typedef Documentation

template<typename Point3d >
typedef coordinate_type<Point3d>::type boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d >::coord_t

Constructor & Destructor Documentation

template<typename Point3d >
boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d >::plane ( Point3d const &  p1,
Point3d const &  p2 
)

Member Function Documentation

template<typename Point3d >
int boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d >::side_value ( Point3d const &  pt) const
template<typename Point3d >
static coord_t boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d >::cos_angle_between ( Point3d const &  p1,
Point3d const &  p2 
)
static
template<typename Point3d >
coord_t boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d >::cos_angle_between ( Point3d const &  p1,
Point3d const &  p2,
bool &  is_forward 
) const

Member Data Documentation

template<typename Point3d >
Point3d boost::geometry::strategy::intersection::spherical_segments_calc_policy::plane< Point3d >::normal

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