From 93b494d4ae136f43193a5a2da7a355938517767e Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 7 Dec 2020 01:40:46 -0500 Subject: Add Quaternion angle_to method --- doc/classes/Quaternion.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index 678fb0d44d..eafd929399 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -83,6 +83,16 @@ Constructs a quaternion defined by the given values. + + + + + + + Returns the angle between this quaternion and [code]to[/code]. This is the magnitude of the angle you would need to rotate by to get from one to the other. + [b]Note:[/b] This method has an abnormally high amount of floating-point error, so methods such as [code]is_zero_approx[/code] will not work reliably. + + -- cgit v1.2.3