Multiply vector by vector
v1 = [2, 3] v2 = [4, 5] result = raylib.Vector2Multiply(v1, v2) print result // [8, 15]
There was an error while loading. Please reload this page.