min

fun min(b: Vec2, res: Vec2)

Compares the two given vectors and places the minimum values of each component into @res.

Since

1.0

Parameters

b

a #graphene_vec2_t

res

the resulting vector