cf_slice¶ Category: collision GitHub: cute_math.h Slices a convex polygon by a halfspace, returning the two resulting halves. CF_SliceOutput cf_slice(CF_Halfspace slice_plane, CF_Poly slice_me, const float k_epsilon); Related Pages¶ CF_SliceOutput CF_Halfspace CF_Poly