Graham scan strategy to calculate convex hull.
More...
#include <hull_graham_andrew.hpp>
|
void | apply (InputGeometry const &geometry, partitions &state) const |
|
template<typename OutputIterator > |
void | result (partitions const &state, OutputIterator out, bool clockwise, bool closed) const |
|
template<typename InputGeometry, typename OutputPoint>
class boost::geometry::strategy::convex_hull::graham_andrew< InputGeometry, OutputPoint >
Graham scan strategy to calculate convex hull.
- Note
- Completely reworked version inspired on the sources listed below
- See also
- http://www.ddj.com/architect/201806315
-
http://marknelson.us/2007/08/22/convex
template<typename InputGeometry , typename OutputPoint >
template<typename InputGeometry , typename OutputPoint >
template<typename InputGeometry , typename OutputPoint >
template<typename InputGeometry , typename OutputPoint >
template<typename InputGeometry , typename OutputPoint >
template<typename OutputIterator >
The documentation for this class was generated from the following file: