cf_draw_box_rounded¶
Category: draw
GitHub: cute_draw.h
Draws a quad wireframe with rounded corners.
| Parameters | Description |
|---|---|
| bb | The AABB (Axis-Aligned Bounding Box) to draw a quad over. |
| thickness | The thickness of each line to draw. |
| radius | The radius to use for rounding. |
Related Pages¶
cf_draw_quad
cf_draw_quad2
cf_draw_quad_fill
cf_draw_quad_fill2