pub fn hertel_mehlhorn_idx( vertices: &[Point<f32>], indices: &[[u32; 3]], ) -> Vec<Vec<u32>>
Internal implementation of the Hertel-Mehlhorn algorithm that returns the polygon indices.