cf_safe_invert¶ Category: math GitHub: cute_math.h Safely inverts a, returning 0 when components are zero to avoid division-by-zero. #define cf_safe_invert(a) Related Pages¶ cf_div cf_mul cf_normalize