Vec2.min

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

class Vec2
void
min
(,
out Vec2 res
)

Parameters

b Vec2

a #graphene_vec2_t

res Vec2

the resulting vector

Meta