diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-21 11:07:04 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-21 11:07:04 +0200 |
commit | e9ce59b342528677126596a65ca16d6dc4744e55 (patch) | |
tree | 8956ad955a5ce24d1b138f853abb6bc642788296 | |
parent | 7bf61e391289d2ada058140ebff0a7eeb2db0da9 (diff) | |
parent | 02aa4fbe65751c9135b886bfefea828e841565e3 (diff) |
Merge pull request #66201 from asmaloney/doc-error-magnitude
[doc] Fix Quaternion "angle_to" docs
-rw-r--r-- | doc/classes/Quaternion.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index a521af5709..f21ebf57e2 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -71,7 +71,7 @@ <param index="0" name="to" type="Quaternion" /> <description> Returns the angle between this quaternion and [param to]. 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 number of floating-point errors, so methods such as [code]is_zero_approx[/code] will not work reliably. + [b]Note:[/b] The magnitude of the floating-point error for this method is abnormally high, so methods such as [code]is_zero_approx[/code] will not work reliably. </description> </method> <method name="dot" qualifiers="const"> |