pub fn strip_duplicates_path<T>(path: &mut Path<T>, is_closed_path: bool)where T: PartialEq + Clone,
Strip duplicate consecutive points from a path Direct port from clipper.core.h line 658