cf_draw_path_cubic_to¶
Category: draw
GitHub: cute_draw.h
Adds a cubic Bezier from the pen to p with control points c0 and c1.
Remarks¶
Cubics are approximated by quadratics internally (visually exact at any sane zoom).
Related Pages¶
CF_DrawPath
cf_draw_path_begin
cf_draw_path_move_to
cf_draw_path_line_to
cf_draw_path_quad_to
cf_draw_path_end
cf_draw_path_close