summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuna <cli-luna@protonmail.com>2024-09-02 15:08:16 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-03 11:03:30 +0200
commitfffed28f9a644c34e9db8c615677178f05d4f74a (patch)
treee1e019ed5a921b8912d86fcef6add7fd358173af /doc
parent7c383767a29969b0c3db036742da00ef58b765dd (diff)
downloadredot-engine-fffed28f9a644c34e9db8c615677178f05d4f74a.tar.gz
Fix ambiguity in angle_difference function documentation
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/@GlobalScope.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index 63f5947280..49b8e34f8f 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -90,7 +90,7 @@
<param index="0" name="from" type="float" />
<param index="1" name="to" type="float" />
<description>
- Returns the difference between the two angles, in the range of [code][-PI, +PI][/code]. When [param from] and [param to] are opposite, returns [code]-PI[/code] if [param from] is smaller than [param to], or [code]PI[/code] otherwise.
+ Returns the difference between the two angles (in radians), in the range of [code][-PI, +PI][/code]. When [param from] and [param to] are opposite, returns [code]-PI[/code] if [param from] is smaller than [param to], or [code]PI[/code] otherwise.
</description>
</method>
<method name="asin">