template<typename Point, typename PointOfSegment = Point, typename CalculationType = void>
class boost::geometry::strategy::within::winding< Point, PointOfSegment, CalculationType >
Within detection using winding rule.
- Template Parameters
-
Point | |
PointOfSegment | |
CalculationType | |
- Author
- Barend Gehrels
- Note
- The implementation is inspired by terralib http://www.terralib.org (LGPL)
-
but totally revised afterwards, especially for cases on segments
-
Only dependant on "side", -> agnostic, suitable for spherical/latlong
{ [heading See also] [link geometry.reference.algorithms.within.within_3_with_strategy within (with strategy)] }