cf_min_v2¶
Category: math
GitHub: cute_math.h
Returns the component-wise minimum of two vectors.
Remarks¶
The vector returned has the value { cf_min(a.x, b.x), cf_min(a.y, b.y) }
. See cf_min.
Related Pages¶
CF_V2
cf_hmax
cf_max_v2
cf_clamp_v2
cf_clamp01_v2
cf_abs_v2
cf_hmin