[][src]Function nannou::geom::line::cap::round::ellipse_section

pub fn ellipse_section<S>(
    line_corner_a: Point2<S>,
    line_corner_b: Point2<S>,
    resolution: usize
) -> Section<S> where
    S: BaseFloat

Produces the ellipse::Section describing this line cap.