Function parry2d_f64::transformation::hertel_mehlhorn_idx
source · pub fn hertel_mehlhorn_idx(
vertices: &[Point<Real>],
indices: &[[u32; 3]]
) -> Vec<Vec<u32>>
Expand description
Internal implementation of the Hertel-Mehlhorn algorithm that returns the polygon indices.