walk_along_path

Function walk_along_path 

Source
pub fn walk_along_path<Iter>(
    path: Iter,
    start: f32,
    tolerance: f32,
    pattern: &mut dyn Pattern,
)
where Iter: IntoIterator<Item = PathEvent>,
Expand description

Walks along the path staring at offset start and applies a Pattern.