Function flo_canvas::gc_draw_bezier [] [src]

pub fn gc_draw_bezier<Gc: GraphicsContext + ?Sized, Coord: Coordinate2D + Coordinate, Curve: BezierCurve<Point = Coord>>(
    gc: &mut Gc,
    curve: &Curve
)

Draws the specified bezier curve in a graphics context (assuming we're already at the start position)