rename and unify notation for spherical interpolation

This commit is contained in:
Silc Renew
2022-07-27 21:27:51 +09:00
parent cc5135959b
commit 4211e68d80
8 changed files with 19 additions and 19 deletions

View File

@@ -112,7 +112,7 @@
Returns a copy of the transform with its basis and origin scaled by the given [code]scale[/code] factor, using matrix multiplication.
</description>
</method>
<method name="sphere_interpolate_with" qualifiers="const">
<method name="spherical_interpolate_with" qualifiers="const">
<return type="Transform3D" />
<argument index="0" name="xform" type="Transform3D" />
<argument index="1" name="weight" type="float" />