pub fn intersects_reversed<A, B>(a: &A, b: &B) -> boolwhere Reversed<CartesianIntersects>: IntersectsStrategy<A, B>,
Reversed-direction entry point — used when only (B, A) has an explicit impl. Mirrors the Boost reverse_dispatch fallback in algorithms/detail/intersects/interface.hpp.
(B, A)
reverse_dispatch
algorithms/detail/intersects/interface.hpp