Vec3.Min

static Vec3 Min(Vec3 a, Vec3 b)

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

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




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