1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 16:26:47 +02:00

update docs

This commit is contained in:
Justin Lin
2022-08-27 14:58:41 +08:00
parent d29ab4eb8a
commit ea8fc1da2b
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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