multiply

fun multiply(b: Vec3, res: Vec3)

Multiplies each component of the two given vectors.

Since

1.0

Parameters

b

a #graphene_vec3_t

res

return location for the resulting vector