Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size. More...
#include <SegmentIntersectionTester.h>
Public Member Functions | |
bool | hasIntersectionWithLineStrings (const geom::CoordinateSequence &seq, const std::vector< const geom::LineString * > &lines) |
bool | hasIntersection (const geom::CoordinateSequence &seq0, const geom::CoordinateSequence &seq1) |
Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size.
Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size.
Short-circuited to return as soon an intersection is found.