Function parry2d::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.