multiply

fun multiply(b: Vec4, res: Vec4)

Multiplies each component of the two given vectors.

Since

1.0

Parameters

b

a #graphene_vec4_t

res

return location for the resulting vector