Skip to main content

intersects

Function intersects 

Source
pub fn intersects(a: &Geometry, b: &Geometry) -> bool
Expand description

geof:sfIntersects — do a and b share any point? Covers point-in-polygon, shared vertices, and segment crossings between line/polygon boundaries.