mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 16:26:47 +02:00
update docs
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
- `start` : The starting point of the turtle. Default to `[0, 0]`.
|
- `start` : The starting point of the turtle. Default to `[0, 0]`.
|
||||||
- `forward_chars` : Chars used for forwarding after the last iteration. Default to `'F'`.
|
- `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.
|
- `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
|
## Examples
|
||||||
|
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
- `start` : The starting point of the turtle. Default to `[0, 0]`.
|
- `start` : The starting point of the turtle. Default to `[0, 0]`.
|
||||||
- `forward_chars` : Chars used for forwarding after the last iteration. Default to `'F'`.
|
- `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.
|
- `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
|
## Examples
|
||||||
|
|
||||||
|
@@ -17,8 +17,6 @@ new:
|
|||||||
- lemniscate_curve?
|
- lemniscate_curve?
|
||||||
- perlin_sphere?
|
- perlin_sphere?
|
||||||
|
|
||||||
- lsystem2, lsystem3, add seed param
|
|
||||||
|
|
||||||
doc-ed
|
doc-ed
|
||||||
|
|
||||||
deprecated:
|
deprecated:
|
||||||
@@ -33,4 +31,4 @@ doc-ed
|
|||||||
- matrix/m_replace
|
- matrix/m_replace
|
||||||
- triangle/tri_subdivide
|
- triangle/tri_subdivide
|
||||||
|
|
||||||
|
- lsystem2, lsystem3, add seed param
|
||||||
|
Reference in New Issue
Block a user