Vec2.Min

static Vec2 Min(Vec2 a, Vec2 b)

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

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




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