pub fn disjoint<A, B>(a: &A, b: &B) -> boolwhere
CartesianIntersects: IntersectsStrategy<A, B>,Expand description
true iff a and b share no point.
Mirrors boost::geometry::disjoint(a, b) from
boost/geometry/algorithms/disjoint.hpp.
pub fn disjoint<A, B>(a: &A, b: &B) -> boolwhere
CartesianIntersects: IntersectsStrategy<A, B>,true iff a and b share no point.
Mirrors boost::geometry::disjoint(a, b) from
boost/geometry/algorithms/disjoint.hpp.