Skip to content

cf_draw3d_circle_fill

Category: draw3d
GitHub: cute_draw3d.h


Draws an anti-aliased filled disc in 3d.

void cf_draw3d_circle_fill(CF_V3 center, CF_V3 normal, float radius);
Parameters Description
center The disc's center.
normal The plane's normal (need not be normalized).
radius The disc's radius.

cf_draw3d_circle
cf_draw3d_arc