Calculate distance between two vectors
a = [0, 0] b = [3, 4] dist = raylib.Vector2Distance(a, b) print dist // 5
There was an error while loading. Please reload this page.