From 5deb5ebf2365d23c8228df252a30f444d5c3f20b Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 27 Jan 2022 02:53:20 +0100 Subject: Expose Transform3D::sphere_interpolate_with() --- doc/classes/Transform3D.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Transform3D.xml b/doc/classes/Transform3D.xml index e679a8cfeb..ccecaaa6ac 100644 --- a/doc/classes/Transform3D.xml +++ b/doc/classes/Transform3D.xml @@ -106,6 +106,14 @@ Scales basis and origin of the transform by the given scale factor, using matrix multiplication. + + + + + + Returns a transform spherically interpolated between this transform and another by a given [code]weight[/code] (on the range of 0.0 to 1.0). + + -- cgit v1.2.3