Skip to main content

simplify_streamline

Function simplify_streamline 

Source
pub fn simplify_streamline(
    points: &[[f32; 3]],
    epsilon_mm: f32,
) -> Vec<[f32; 3]>
Expand description

Convenience: return the simplified streamline as owned positions.