Function earcutr::flatten[][src]

pub fn flatten<T: Float + Display>(
    data: &Vec<Vec<Vec<T>>>
) -> (Vec<T>, Vec<usize>, usize)