Function polygon2::triangulate[][src]

pub fn triangulate<T>(points: &[[T; 2]]) -> Vec<usize> where
    T: Copy + Signed + PartialOrd