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