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