You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, before submitting a new issue verify and check:
I tested it on latest raylib version from master branch
I checked there is no similar issue already reported
My code has no errors or misuse of raylib
Issue description
Vector2Angle() works fine for most values, but fails to compute the angle for certain others. I'm testing with valid normalized vectors which work fine with libraries like glm, online math sites and computing it by hand.
Please, before submitting a new issue verify and check:
Issue description
Vector2Angle()
works fine for most values, but fails to compute the angle for certain others. I'm testing with valid normalized vectors which work fine with libraries like glm, online math sites and computing it by hand.Environment
Fedora 36, Mesa 22.1.7, llvmpipe (LLVM 14.0.0).
Issue Screenshot
Output of the code sample below:
Code Example
The text was updated successfully, but these errors were encountered: