pub fn inpoly2( vert: &Array2<f64>, node: &Array2<f64>, edge: Option<&Array2<usize>>, ftol: Option<&f64>, ) -> (Array1<bool>, Array1<bool>)