mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
update docs
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
- `start` : The starting point of the turtle. Default to `[0, 0]`.
|
||||
- `forward_chars` : Chars used for forwarding after the last iteration. Default to `'F'`.
|
||||
- `rule_prs` : The probabilities for taking rules. If each rule is chosen with a certain probability, it's a stochastic L-system. Each probability value for a rule ranges from 0 to 1.
|
||||
- `seed` : Optional. Seed value for random number generator for repeatable results. **Since:** 3.3.
|
||||
|
||||
## Examples
|
||||
|
||||
|
@@ -27,6 +27,7 @@
|
||||
- `start` : The starting point of the turtle. Default to `[0, 0]`.
|
||||
- `forward_chars` : Chars used for forwarding after the last iteration. Default to `'F'`.
|
||||
- `rule_prs` : The probabilities for taking rules. If each rule is chosen with a certain probability, it's a stochastic L-system. Each probability value for a rule ranges from 0 to 1.
|
||||
- `seed` : Optional. Seed value for random number generator for repeatable results. **Since:** 3.3.
|
||||
|
||||
## Examples
|
||||
|
||||
|
@@ -17,8 +17,6 @@ new:
|
||||
- lemniscate_curve?
|
||||
- perlin_sphere?
|
||||
|
||||
- lsystem2, lsystem3, add seed param
|
||||
|
||||
doc-ed
|
||||
|
||||
deprecated:
|
||||
@@ -33,4 +31,4 @@ doc-ed
|
||||
- matrix/m_replace
|
||||
- triangle/tri_subdivide
|
||||
|
||||
|
||||
- lsystem2, lsystem3, add seed param
|
||||
|
Reference in New Issue
Block a user