mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 00:36:40 +02:00
fix typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# vrn2_cells_from
|
# vrn2_cells_from
|
||||||
|
|
||||||
Creats cell shapes of Voronoi from a list of points.
|
Create cell shapes of Voronoi from a list of points.
|
||||||
|
|
||||||
**Since:** 2.4
|
**Since:** 2.4
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# vrn2_cells_space
|
# vrn2_cells_space
|
||||||
|
|
||||||
Creats cell shapes of Voronoi in the first quadrant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly.
|
Create cell shapes of Voronoi in the first quadrant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly.
|
||||||
|
|
||||||
**Since:** 2.4
|
**Since:** 2.4
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# vrn2_from
|
# vrn2_from
|
||||||
|
|
||||||
Creats a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a list of points.
|
Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a list of points.
|
||||||
|
|
||||||
**Since:** 2.4
|
**Since:** 2.4
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# vrn3_from
|
# vrn3_from
|
||||||
|
|
||||||
Creats a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram).
|
Create a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram).
|
||||||
|
|
||||||
**Since:** 2.4
|
**Since:** 2.4
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# vrn3_space
|
# vrn3_space
|
||||||
|
|
||||||
Creats a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) in the first octant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly.
|
Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) in the first octant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly.
|
||||||
|
|
||||||
**Since:** 2.4
|
**Since:** 2.4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user