mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-20 22:21:52 +02:00
update docs
This commit is contained in:
parent
1c2e9b3293
commit
801bc1afae
@ -2,6 +2,8 @@
|
||||
|
||||
[B-spline](https://en.wikipedia.org/wiki/B-spline) interpolation using [de Boor's algorithm](https://en.wikipedia.org/wiki/De_Boor%27s_algorithm). This function returns points of the B-spline path. Combined with the `polyline`, `polyline3d` or `hull_polyline3d` module, you can create a B-spline curve.
|
||||
|
||||
**Since:** 2.1
|
||||
|
||||
## Parameters
|
||||
|
||||
- `t_step` : The increment amount along the curve in the [0, 1] range.
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
Random number generator. Generates a pseudo random number.
|
||||
|
||||
**Since:** 2.1
|
||||
|
||||
## Parameters
|
||||
|
||||
- `min_value` : Minimum value of random number range. Default to 0.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Reverse a list.
|
||||
|
||||
**Since: **: 2.0
|
||||
**Since:**: 2.0
|
||||
|
||||
## Parameters
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user