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

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

Notable traits for Triangles

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

An iterator yielding the triangles that describe the given oval.