Skip to main content

Module disjoint

Module disjoint 

Source
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
true iff a and b share no point.
disjoint_box_box
disjoint for two axis-aligned boxes — a direct separating-axis test, skipping the general intersects machinery.