cf_draw_capsule2¶
Category: draw
GitHub: cute_draw.h
Draws a capsule wireframe.
Parameters | Description |
---|---|
p0 | An endpoint of the interior line-segment of the capsule (the center of one end-cap). |
p1 | An endpoint of the interior line-segment of the capsule (the center of one end-cap). |
r | Radius of the capsule. |
thickness | The thickness of each line to draw. |