Skip to main content

strip_duplicates_path

Function strip_duplicates_path 

Source
pub fn strip_duplicates_path<T>(path: &mut Path<T>, is_closed_path: bool)
where T: PartialEq + Clone,
Expand description

Strip duplicate consecutive points from a path Direct port from clipper.core.h line 658