Function nannou::draw::primitive::polygon::render_points_themed[][src]

pub fn render_points_themed<I>(
    opts: PolygonOptions,
    points: I,
    ctxt: RenderContext<'_>,
    theme_primitive: &Primitive,
    mesh: &mut Mesh
) where
    I: Clone + Iterator<Item = Point2>,