|   |   | 
| Public Types | |
| typedef T | type | 
| Public Member Functions | |
| collected_vector () | |
| collected_vector (T const &px, T const &py, T const &pdx, T const &pdy) | |
| template<typename Point > | |
| collected_vector (Point const &p1, Point const &p2) | |
| bool | next_is_collinear (collected_vector const &other) const | 
| bool | normalize () | 
| bool | operator< (collected_vector const &other) const | 
| bool | operator== (collected_vector const &other) const | 
| typedef T boost::geometry::collected_vector< T, Geometry, CSTag >::type | 
| boost::geometry::collected_vector< T, Geometry, CSTag >::collected_vector | ( | ) | 
| boost::geometry::collected_vector< T, Geometry, CSTag >::collected_vector | ( | T const & | px, | 
| T const & | py, | ||
| T const & | pdx, | ||
| T const & | pdy | ||
| ) | 
| boost::geometry::collected_vector< T, Geometry, CSTag >::collected_vector | ( | Point const & | p1, | 
| Point const & | p2 | ||
| ) | 
| bool boost::geometry::collected_vector< T, Geometry, CSTag >::normalize | ( | ) | 
| bool boost::geometry::collected_vector< T, Geometry, CSTag >::operator< | ( | collected_vector< T, Geometry, CSTag > const & | other | ) | const | 
| bool boost::geometry::collected_vector< T, Geometry, CSTag >::next_is_collinear | ( | collected_vector< T, Geometry, CSTag > const & | other | ) | const | 
| bool boost::geometry::collected_vector< T, Geometry, CSTag >::operator== | ( | collected_vector< T, Geometry, CSTag > const & | other | ) | const | 
| 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 |