mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 03:50:27 +02:00
update docs
This commit is contained in:
@@ -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.
|
[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
|
## Parameters
|
||||||
|
|
||||||
- `t_step` : The increment amount along the curve in the [0, 1] range.
|
- `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.
|
Random number generator. Generates a pseudo random number.
|
||||||
|
|
||||||
|
**Since:** 2.1
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
- `min_value` : Minimum value of random number range. Default to 0.
|
- `min_value` : Minimum value of random number range. Default to 0.
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Reverse a list.
|
Reverse a list.
|
||||||
|
|
||||||
**Since: **: 2.0
|
**Since:**: 2.0
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user