cf_abs_v2¶ Category: math GitHub: cute_math.h Returns the component-wise absolute value of a vector. CF_V2 cf_abs_v2 (CF_V2 x) { return cf_v2(cf_abs_f(x.x), cf_abs_f(x.y)); } Related Pages¶ cf_abs cf_min_v2 cf_max_v2 cf_clamp_v2 cf_clamp01_v2