Function rgeometry::algorithms::resolve_self_intersections[][src]

pub fn resolve_self_intersections<T, R: ?Sized>(
    poly: &mut Polygon<T>,
    rng: &mut R
) -> Result<(), Error> where
    T: PolygonScalar + Debug,
    R: Rng