Function lyon_algorithms::walk::walk_along_path
source · pub fn walk_along_path<Iter>(path: Iter, start: f32, pattern: &mut dyn Pattern)
Expand description
Walks along the path staring at offset start
and applies a Pattern
.