From 2c71ff111901356b5301dd9571739525b8565be7 Mon Sep 17 00:00:00 2001
From: JestemStefan <37214990+JestemStefan@users.noreply.github.com>
Date: Mon, 15 Feb 2021 09:01:46 -0500
Subject: Added signed_angle_to for Vector3
---
doc/classes/Vector3.xml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml
index 2d129a2c86..ea80b7c248 100644
--- a/doc/classes/Vector3.xml
+++ b/doc/classes/Vector3.xml
@@ -68,7 +68,7 @@
- Returns the minimum angle to the given vector, in radians.
+ Returns the unsigned minimum angle to the given vector, in radians.
@@ -465,6 +465,17 @@
Returns a vector with each component set to one or negative one, depending on the signs of this vector's components, or zero if the component is zero, by calling [method @GlobalScope.sign] on each component.
+
+
+
+
+
+
+
+
+ Returns the signed angle to the given vector, in radians. The sign of the angle is positive in a counter-clockwise direction and negative in a clockwise direction when viewed from the side specified by the [code]axis[/code].
+
+
--
cgit v1.2.3