Skip to content

cf_draw_box_rounded

Category: draw
GitHub: cute_draw.h


Draws a quad wireframe with rounded corners.

void cf_draw_box_rounded(CF_Aabb bb, float thickness, float radius);
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.

cf_draw_quad
cf_draw_quad2
cf_draw_quad_fill
cf_draw_quad_fill2