Vec2.max

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

class Vec2
void
max
(,
out Vec2 res
)

Parameters

b Vec2

a #graphene_vec2_t

res Vec2

the resulting vector

Meta