cf_mul_v2¶
Category: math
GitHub: cute_math.h
Multiplies two vectors together component-wise.
Remarks¶
The vector returned is { a.x b.x, a.y b.y }
.
Category: math
GitHub: cute_math.h
Multiplies two vectors together component-wise.
The vector returned is { a.x b.x, a.y b.y }
.