cf_draw_box_fill2¶
Category: draw
GitHub: cute_draw.h
Draws a quad.
Parameters | Description |
---|---|
p0 | A corner of the quad. |
p1 | A corner of the quad. |
p2 | A corner of the quad. |
p3 | A corner of the quad. |
chubbiness | Inflates the shape, similar to corner-rounding. Makes the shape chubbier. |
Remarks¶
All points p0
through p3
are encouraged to be in counter-clockwise order. This is an alias for cf_draw_quad_fill2
Related Pages¶
cf_draw_quad
cf_draw_quad2
cf_draw_quad_fill
cf_draw_quad_fill2