Multiply vector by vector
v1 = [2, 3, 4, 5] v2 = [6, 7, 8, 9] result = raylib.Vector4Multiply(v1, v2) print result // [12, 21, 32, 45]
There was an error while loading. Please reload this page.