min

fun min(b: Vec4, res: Vec4)

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

Since

1.0

Parameters

b

a #graphene_vec4_t

res

return location for the result vector