cf_clamp_v2¶ Category: math GitHub: cute_math.h Returns the component-wise clamp of two vectors from lo to hi. CF_V2 cf_clamp_v2(CF_V2 a, CF_V2 lo, CF_V2 hi) Related Pages¶ CF_V2 cf_min_v2 cf_max_v2 cf_hmax cf_clamp01_v2 cf_abs_v2 cf_hmin