pub fn is_self_intersecting(
vertices: &ArrayView2<'_, f64>,
) -> SpatialResult<bool>Expand description
Check if a polygon is self-intersecting
pub fn is_self_intersecting(
vertices: &ArrayView2<'_, f64>,
) -> SpatialResult<bool>Check if a polygon is self-intersecting