Function nannou::ui::prelude::widget::primitive::shape::oval::triangles[][src]

pub fn triangles(rect: Rect, resolution: usize) -> Triangles

Notable traits for Triangles

impl Iterator for Triangles type Item = Triangle<[f64; 2]>;
Expand description

An iterator yielding the triangles that describe the given oval.