Function flo_canvas::gc_draw_bezier[][src]

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

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