Vec3.multiply

Multiplies each component of the two given vectors.

class Vec3
void
multiply
(,
out Vec3 res
)

Parameters

b Vec3

a #graphene_vec3_t

res Vec3

return location for the resulting vector

Meta