cf_draw_arrow¶
Category: draw
GitHub: cute_draw.h
Draws an arrow.
| Parameters | Description |
|---|---|
a |
The starting point. |
b |
The end point. |
thickness |
The thickness of the line to draw. |
arrow_width |
The width of the arrow to draw. |
Remarks¶
This function is intended only for debug purposes. It's implemented in a naive way so the arrow shaft will overdraw atop the arrow head. This will become visible if the arrow is drawn with any transparency.
Related Pages¶
cf_draw_line
cf_draw_polyline
cf_draw_bezier_line
cf_draw_bezier_line2