Skip to main content

disjoint

Function disjoint 

Source
pub fn disjoint<A, B>(a: &A, b: &B) -> bool
Expand description

true iff a and b share no point.

Mirrors boost::geometry::disjoint(a, b) from boost/geometry/algorithms/disjoint.hpp.