Vec4.add
void add(graphene.vec4.Vec4 b, out graphene.vec4.Vec4 res)Adds each component of the two given vectors.
Parameters
b | a #graphene_vec4_t |
res | return location for the resulting vector |
void add(graphene.vec4.Vec4 b, out graphene.vec4.Vec4 res)Adds each component of the two given vectors.
b | a #graphene_vec4_t |
res | return location for the resulting vector |