Vec2.Max

static Vec2 Max(Vec2 a, Vec2 b)

Returns a vector where each elements is the maximum value for each corresponding pair.

   
Vec2 a Order isn’t important here.
Vec2 b Order isn’t important here.
RETURNS: Vec2 The maximum value for each corresponding vector pair.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!