Function lyon_tessellation::basic_shapes::stroke_triangle [] [src]

pub fn stroke_triangle<Output: GeometryBuilder<StrokeVertex>>(v1: Point,
                                                              v2: Point,
                                                              v3: Point,
                                                              output: &mut Output)
                                                              -> Count

Tessellate the stroke of a triangle.