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
Godot 3.2.3 official from steam Win10 x64 NVIDIA RTX 2070 GLES2:
*asin(1.571) calculation provide result 1.#QO expected 177.95 :
run code
var center=Vector2(0,0)
var dd=Vector2(0,5)
var dp=Vector2(-0.313,-8.746)
var disdd=center.distance_to(dd) #5
var disdp=center.distance_to(dp) #8.751
var disdddpdiff=dd.distance_to(dp) #13.749
var div=disdddpdiff/disdp #1.571
var angle=asin(div) .#QO expected 177.95
print(angle)
Screenshots attached
The text was updated successfully, but these errors were encountered:
Godot 3.2.3 official from steam
Win10 x64 NVIDIA RTX 2070 GLES2:
*asin(1.571) calculation provide result 1.#QO expected 177.95 :
run code
var center=Vector2(0,0)
var dd=Vector2(0,5)
var dp=Vector2(-0.313,-8.746)
var disdd=center.distance_to(dd) #5
var disdp=center.distance_to(dp) #8.751
var disdddpdiff=dd.distance_to(dp) #13.749
var div=disdddpdiff/disdp #1.571
var angle=asin(div) .#QO expected 177.95
print(angle)
Screenshots attached
The text was updated successfully, but these errors were encountered: