summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSilc Renew <tokage.it.lab@gmail.com>2022-08-31 16:09:29 +0900
committerSilc Renew <tokage.it.lab@gmail.com>2022-08-31 16:35:38 +0900
commitc139d9ef7deb2df51bf7e2dbdd4a312b3f67c97f (patch)
treeee6e4a0d0366edbde0bfff549e44524cf5c5c47b /doc
parentc80ea41e3bb49d9198c69e297c67ad0f9d38bb86 (diff)
downloadredot-engine-c139d9ef7deb2df51bf7e2dbdd4a312b3f67c97f.tar.gz
Discontinued spherical_interpolate_with in Transform3D
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Transform3D.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/classes/Transform3D.xml b/doc/classes/Transform3D.xml
index 14aa72b80c..18b4f9e6f9 100644
--- a/doc/classes/Transform3D.xml
+++ b/doc/classes/Transform3D.xml
@@ -141,14 +141,6 @@
This can be seen as transforming with respect to the local frame.
</description>
</method>
- <method name="spherical_interpolate_with" qualifiers="const">
- <return type="Transform3D" />
- <param index="0" name="xform" type="Transform3D" />
- <param index="1" name="weight" type="float" />
- <description>
- Returns a transform spherically interpolated between this transform and another by a given [param weight] (on the range of 0.0 to 1.0).
- </description>
- </method>
<method name="translated" qualifiers="const">
<return type="Transform3D" />
<param index="0" name="offset" type="Vector3" />