[][src]Function neurarbor::resample_linestring

pub fn resample_linestring(
    linestring: &[impl Location],
    length: Precision
) -> Vec<[Precision; 3]>

Place one point at the start of the linestring. Travel down the linestring, placing another point at intervals of length, until you reach the end. Return all the placed points.