cf_round¶
Category: math
GitHub: cute_math.h
Returns the component-wise round of a vector.
Remarks¶
Rounding means clamping the float to the nearest whole integer value.
Related Pages¶
CF_V2
cf_lesser_v2
cf_greater_v2
cf_lesser_equal_v2
cf_greater_equal_v2
cf_parallel