summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-24 09:14:33 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-24 09:14:33 +0100
commitd2e8bf7089e16c5e0d131ba0a573fe26382e4648 (patch)
tree02ed4cf0e5d625ca7cc4da8bbbfc9ba0161acc92 /doc/classes
parent3ef8d3e4e80887d21009abc84def627e8a1c031f (diff)
parentf3e72b32ab35a8531731054f64ceddf49ec0807b (diff)
Merge pull request #71938 from aXu-AP/curve2d-doc
Add Curve2D/tessellate_even_length description class-reference
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Curve2D.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Curve2D.xml b/doc/classes/Curve2D.xml
index b5e75dff68..fe597d0955 100644
--- a/doc/classes/Curve2D.xml
+++ b/doc/classes/Curve2D.xml
@@ -162,6 +162,8 @@
<param index="0" name="max_stages" type="int" default="5" />
<param index="1" name="tolerance_length" type="float" default="20.0" />
<description>
+ Returns a list of points along the curve, with almost uniform density. [param max_stages] controls how many subdivisions a curve segment may face before it is considered approximate enough. Each subdivision splits the segment in half, so the default 5 stages may mean up to 32 subdivisions per curve segment. Increase with care!
+ [param tolerance_length] controls the maximal distance between two neighboring points, before the segment has to be subdivided.
</description>
</method>
</methods>