1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 03:50:27 +02:00

fix typos

This commit is contained in:
Justin Lin
2020-11-04 13:15:31 +08:00
parent 3c37c5b35d
commit 7f2647ed52
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# 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

View File

@@ -1,6 +1,6 @@
# 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

View File

@@ -1,6 +1,6 @@
# 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

View File

@@ -1,6 +1,6 @@
# 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

View File

@@ -1,6 +1,6 @@
# 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