Function poly2tri::triangulate_points [] [src]

pub fn triangulate_points<'a, I>(points: I) -> TriangleVec where
    I: Iterator<Item = &'a [f64; 2]>, 

Triangulates an iterator of points. This is a shortcut for the most common operation.