We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get a quaternion for a given rotation matrix
mat = raylib.MatrixRotateY(45 * (pi / 180)) q = raylib.QuaternionFromMatrix(mat)
There was an error while loading. Please reload this page.