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