Vec4.Min
static Vec4 Min(Vec4 a, Vec4 b)
Returns a vector where each elements is the minimum value for each corresponding pair.
Vec4 a | Order isn’t important here. |
Vec4 b | Order isn’t important here. |
RETURNS: Vec4 | The minimum value for each corresponding vector pair. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!