Vec2.max
void max(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)Compares the two given vectors and places the maximum values of each component into res.
Parameters
b | a #graphene_vec2_t |
res | the resulting vector |
void max(graphene.vec2.Vec2 b, out graphene.vec2.Vec2 res)Compares the two given vectors and places the maximum values of each component into res.
b | a #graphene_vec2_t |
res | the resulting vector |