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