1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-20 22:21:52 +02:00

update docs

This commit is contained in:
Justin Lin 2019-08-24 10:13:25 +08:00
parent 1c2e9b3293
commit 801bc1afae
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

@ -2,7 +2,7 @@
Reverse a list.
**Since: **: 2.0
**Since:**: 2.0
## Parameters