pub fn visit_local_self_intersects<P, T, C, V>(
    polyline: &P,
    visitor: &mut V,
    pos_equal_eps: T
) -> Cwhere
    P: PlineSource<Num = T> + ?Sized,
    T: Real,
    C: ControlFlow,
    V: PlineIntersectVisitor<T, C>,
Expand description

Visits all local self intersects of the polyline. Local self intersects are defined as between two polyline segments that share a vertex.