1
0
Fork 0

Merge pull request #102824 from 3DartBlade/patch-1

Clarify that `Vector2.angle_to` returns a signed angle
This commit is contained in:
Thaddeus Crews 2025-02-14 08:25:31 -06:00
commit f41987356d
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<return type="float" />
<param index="0" name="to" type="Vector2" />
<description>
Returns the angle to the given vector, in radians.
Returns the signed angle to the given vector, in radians.
[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/vector2_angle_to.png]Illustration of the returned angle.[/url]
</description>
</method>