We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Vector4DotProduct
v1 = [1, 0, 0, 0] v2 = [0, 1, 0, 0] dot = raylib.Vector4DotProduct(v1, v2) print dot // 0 (perpendicular)
There was an error while loading. Please reload this page.