cf_mul¶
Category: math
GitHub: cute_math.h
Multiplies a
by b
. Supports scalars, vectors, matrices, transforms, and rotations.
Remarks¶
Performs standard composition (not transposed/inverted). Use cf_mul_T for the transposed/inverted variant.