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