Skip to content

cf_mul

Category: math
GitHub: cute_math.h


Multiplies a by b. Supports scalars, vectors, matrices, transforms, and rotations.

#define cf_mul(a, b)

Remarks

Performs standard composition (not transposed/inverted). Use cf_mul_T for the transposed/inverted variant.

cf_mul_T
cf_div
cf_add
cf_sub
cf_safe_invert