template<typename Point, typename PointOfSegment = Point, typename CalculationType = void>
class boost::geometry::strategy::within::franklin< Point, PointOfSegment, CalculationType >
Within detection using cross counting.
- Template Parameters
-
Point | |
PointOfSegment | |
CalculationType | |
- Author
- adapted from Randolph Franklin algorithm
-
Barend and Maarten, 1995
-
Revised for templatized library, Barend Gehrels, 2007
- Returns
- true if point is in ring, works for closed rings in both directions
- Note
- Does NOT work correctly for point ON border
{ [heading See also] [link geometry.reference.algorithms.within.within_3_with_strategy within (with strategy)] }