min

fun min(b: Vec3, res: Vec3)

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

Since

1.0

Parameters

b

a #graphene_vec3_t

res

return location for the result vector