Vec3.min

Compares each component of the two given vectors and creates a vector that contains the minimum values.

Parameters

b graphene.vec3.Vec3

a #graphene_vec3_t

res graphene.vec3.Vec3

return location for the result vector