Skip to content

cf_draw3d_arrow

Category: draw3d
GitHub: cute_draw3d.h


Draws a line from a to b capped with a solid cone arrowhead at b.

void cf_draw3d_arrow(CF_V3 a, CF_V3 b, float thickness, float arrow_width);
Parameters Description
a The tail.
b The tip.
thickness The shaft's width in world units.
arrow_width The arrowhead's base radius in world units.

cf_draw3d_line
cf_draw3d_axes
cf_draw3d_cone