Vec2.max

void max(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res) nothrow

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

Parameters

ba #graphene_vec2_t
resthe resulting vector