Vec3.add

Adds each component of the two given vectors.

class Vec3
void
add
(,
out Vec3 res
)

Parameters

b Vec3

a #graphene_vec3_t

res Vec3

return location for the resulting vector

Meta