pub fn gen_coords(
    init_points: &Vec<[f64; 3]>,
    box_extent: &Vec<f64>,
    boxorig: &Vec<f64>
) -> Vec<[f64; 3]>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,