From 2d6deb10b05517919eebfb2ce665ad998d2aae08 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Sun, 12 Mar 2023 15:53:41 -0500 Subject: [PATCH] Documents the "arc-based" Quaternion constructor --- doc/classes/Quaternion.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Quaternion.xml b/doc/classes/Quaternion.xml index 5199039ce47..60552c58a1d 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].