cf_make_poly¶ Category: collision GitHub: cute_math.h Fills out the polygon with values. void cf_make_poly(CF_Poly* p); Remarks¶ Runs cf_hull and cf_norms, assumes p->verts and p->count are both set to valid values. Related Pages¶ CF_Poly cf_hull cf_norms