![]() |
![]() |
Public Types | |
typedef T | type |
Public Member Functions | |
collected_vector () | |
collected_vector (T const &px, T const &py, T const &pdx, T const &pdy) | |
bool | operator< (collected_vector< T > const &other) const |
bool | operator== (collected_vector< T > const &other) const |
bool | same_direction (collected_vector< T > const &other) const |
Public Attributes | |
T | dx |
T | dx_0 |
T | dy |
T | dy_0 |
T | x |
T | y |
typedef T boost::geometry::collected_vector< T >::type |
boost::geometry::collected_vector< T >::collected_vector | ( | ) |
boost::geometry::collected_vector< T >::collected_vector | ( | T const & | px, |
T const & | py, | ||
T const & | pdx, | ||
T const & | pdy | ||
) |
bool boost::geometry::collected_vector< T >::operator< | ( | collected_vector< T > const & | other | ) | const |
bool boost::geometry::collected_vector< T >::same_direction | ( | collected_vector< T > const & | other | ) | const |
bool boost::geometry::collected_vector< T >::operator== | ( | collected_vector< T > const & | other | ) | const |
T boost::geometry::collected_vector< T >::x |
T boost::geometry::collected_vector< T >::y |
T boost::geometry::collected_vector< T >::dx |
T boost::geometry::collected_vector< T >::dy |
T boost::geometry::collected_vector< T >::dx_0 |
T boost::geometry::collected_vector< T >::dy_0 |
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 |