cf_draw_tri¶
Category: draw
GitHub: cute_draw.h
Draws a triangle wireframe.
| Parameters | Description |
|---|---|
| p0 | A corner of the triangle. |
| p1 | A corner of the triangle. |
| p2 | A corner of the triangle. |
| thickness | The thickness of each line to draw. |
| chubbiness | Inflates the shape, similar to corner-rounding. Makes the shape chubbier. |