Expand description
disjoint(&a, &b) — see
boost/geometry/algorithms/disjoint.hpp.
Defined as the negation of crate::intersects() for every pair
the intersects kernel handles. Mirrors Boost’s interface header
that resolves one of the two through the other
(algorithms/detail/intersects/interface.hpp:64-78).
Functions§
- disjoint
trueiffaandbshare no point.- disjoint_
box_ box disjointfor two axis-aligned boxes — a direct separating-axis test, skipping the general intersects machinery.