Expand description
intersects(&a, &b) — see
boost/geometry/algorithms/intersects.hpp.
Cartesian-only in v1. Default strategy is
geometry_strategy::CartesianIntersects, which implements every
pair in one canonical direction; the
geometry_strategy::intersects::Reversed blanket lifts each
pair to its swap.
Functions§
- intersects
trueiffaandbshare at least one point.- intersects_
reversed - Reversed-direction entry point — used when only
(B, A)has an explicit impl. Mirrors the Boostreverse_dispatchfallback inalgorithms/detail/intersects/interface.hpp.