pub fn resample<T, const N: usize>( vtx2xyz_in: &[T], num_edge_out: usize, ) -> Vec<T>where T: Float + Copy + Sum + 'static, usize: AsPrimitive<T>,