Skip to main content

split_at_intersections

Function split_at_intersections 

Source
fn split_at_intersections(edges: &[Edge], tolerance: f32) -> Vec<Edge>
Expand description

Split every edge at its intersections with every other edge. Returns the (possibly larger) fragment list.