summaryrefslogtreecommitdiff
path: root/doc/classes/Curve3D.xml
diff options
context:
space:
mode:
authorPaweł <pkowal1982@gmail.com>2023-04-17 21:45:30 +0200
committerYuri Sizov <yuris@humnom.net>2023-04-24 17:08:56 +0200
commit32dc3b66ab6453d2ab1863b40d03aa8a776d27d8 (patch)
tree5e2e43104927de13fcb23dae0696ea4939ef3b94 /doc/classes/Curve3D.xml
parent75f3ce618ec70e955829c17c131ed815f97ff7cd (diff)
Remove double thes from documentation
(cherry picked from commit 4431cdd154b8fa0494148980646903e824c0bdb1)
Diffstat (limited to 'doc/classes/Curve3D.xml')
-rw-r--r--doc/classes/Curve3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Curve3D.xml b/doc/classes/Curve3D.xml
index 72ac95a700..c4b64c5982 100644
--- a/doc/classes/Curve3D.xml
+++ b/doc/classes/Curve3D.xml
@@ -138,7 +138,7 @@
<param index="1" name="cubic" type="bool" default="false" />
<param index="2" name="apply_tilt" type="bool" default="false" />
<description>
- Similar with [code]interpolate_baked()[/code]. The the return value is [code]Transform3D[/code], with [code]origin[/code] as point position, [code]basis.x[/code] as sideway vector, [code]basis.y[/code] as up vector, [code]basis.z[/code] as forward vector. When the curve length is 0, there is no reasonable way to calculate the rotation, all vectors aligned with global space axes.
+ Similar with [code]interpolate_baked()[/code]. The return value is [code]Transform3D[/code], with [code]origin[/code] as point position, [code]basis.x[/code] as sideway vector, [code]basis.y[/code] as up vector, [code]basis.z[/code] as forward vector. When the curve length is 0, there is no reasonable way to calculate the rotation, all vectors aligned with global space axes.
</description>
</method>
<method name="samplef" qualifiers="const">