cf_draw_bezier_line¶
Category: draw
GitHub: cute_draw.h
Draws line segments over a quadratic bezier line.
| Parameters | Description |
|---|---|
| a | The starting point. |
| c0 | A bezier control point. |
| b | The end point. |
| thickness | The thickness of the line to draw. |
| iters | The number of lines used to draw the bezier spline. |
Related Pages¶
cf_draw_line
cf_draw_polyline
cf_draw_arrow
cf_draw_bezier_line2