From 1c7bd972e4f0bc8140cf97f1305e2d32ddc4dfd8 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Sun, 12 Mar 2023 15:53:41 -0500 Subject: Documents the "arc-based" Quaternion constructor (cherry picked from commit 2d6deb10b05517919eebfb2ce665ad998d2aae08) --- doc/classes/Quaternion.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index ac2eda9f28..161514bc03 100644 --- a/doc/classes/Quaternion.xml +++ b/doc/classes/Quaternion.xml @@ -31,6 +31,7 @@ + Constructs a quaternion representing the shortest arc between two points on the surface of a sphere with a radius of [code]1.0[/code]. -- cgit v1.2.3