Vec4.min

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

Parameters

b graphene.vec4.Vec4

a #graphene_vec4_t

res graphene.vec4.Vec4

return location for the result vector