Vec4.multiply

Multiplies each component of the two given vectors.

class Vec4
void
multiply
(,
out Vec4 res
)

Parameters

b Vec4

a #graphene_vec4_t

res Vec4

return location for the resulting vector

Meta