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