diff --git a/docs/lib-vorono3d.md b/docs/lib-vorono3d.md index 4fac3aa1..c8cc2a1f 100644 --- a/docs/lib-vorono3d.md +++ b/docs/lib-vorono3d.md @@ -1,6 +1,6 @@ # voronoi -Creats a three version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). The initial space for each cell is calculated automatically from the given points by the following code: +Creats a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). The initial space for each cell is calculated automatically from the given points by the following code: xs = [for(p = points) p[0]]; ys = [for(p = points) abs(p[1])];