Function rgeometry::algorithms::triangulation::earclip::triangulate_list[][src]

pub fn triangulate_list<'a, T, R>(
    points: &'a [Point<T, 2>],
    order: &'a [PointId],
    rng: R
) -> impl Iterator<Item = (PointId, PointId, PointId)> + 'a where
    T: PolygonScalar,
    R: Rng + 'static,