From e8e8977b38d4a94630323f2490c1cf28fe6d9691 Mon Sep 17 00:00:00 2001 From: 3DartBlade <59492834+3DartBlade@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:59:33 +0100 Subject: [PATCH] Updated "Vector2.angle_to" description in Vector2.xml Added a minor detail to the description of "angle_to" so that it specifies that the returned angle is signed. Hopefully helps others not to waste several hours not realizing this. --- doc/classes/Vector2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 75f1d511275..e0c33ce786c 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -67,7 +67,7 @@ - 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]