Add two quaternions
q1 = [0, 0, 0, 1] q2 = [0.1, 0, 0, 0] result = raylib.QuaternionAdd(q1, q2)
There was an error while loading. Please reload this page.