Get min value for each pair of components
v1 = [1, 5, 2] v2 = [3, 2, 4] result = raylib.Vector3Min(v1, v2) print result // [1, 2, 2]
There was an error while loading. Please reload this page.