Skip to content

cf_draw3d_line2

Category: draw3d
GitHub: cute_draw3d.h


Draws an anti-aliased 3d line segment with a different thickness at each end.

void cf_draw3d_line2(CF_V3 p0, CF_V3 p1, float thickness0, float thickness1);
Parameters Description
p0 The first endpoint.
p1 The second endpoint.
thickness0 Width at p0 in world units.
thickness1 Width at p1 in world units.

cf_draw3d_line
cf_draw3d_polyline
cf_draw3d_arrow