-
In addition, we will need good dialect maps, and [cartopy](http://scitools.org.uk/cartopy/docs/latest/matplotlib/intro.html) seems to be THE method of choice.
-
Mesh offsetting seems very useful for adding tolerance to parts, especially when combined with face selection.
~~I wonder if I can just offset each vertices according to their tangent? Although we…
-
## Issue Details
The class `CGAL::Surface_mesh_shortest_path` requires that the underlying `FaceListGraph` supplies a point (coordinates) for each vertex. However, in my particular use case, I only…
-
I'm trying to convert a Delaunay triangulation to a Voronoi diagram by following [this example](https://doc.cgal.org/latest/Voronoi_diagram_2/Voronoi_diagram_2_2vd_2_point_location_8cpp-example.html#_…
-
Great to see this fork and all the improvements on it. I think, with all the stuff you have added, that this could be the turn-key solution I am looking for where my lack of brain-power is covered by …
-
https://hugopeters.me/posts/19/
-
Some more ideas for noise modules which may be useful but are expensive or impossible to simulate with existing modules. See #88 for details on procedure for adding new modules.
* `Pixellate`: Pixell…
-
Hi, I'm struggling to use the cpp interface to generate voronoi 3D diagrams.
After spending some time reading the code, I'm still very confused about the `Qhulluser` class.
The documentation of us…
-
hi, I have read some codes and test some codes such as pipeline in the directory InSilicoModels/TubularModel/. by these codes, i can achieve voronoi diagram in different plane between apical and basa…
-
One way to approach engraving with a v-bit is to generate voronoi diagrams and medials to determine the path one should take in order to engrave a shape.
One option: https://trimsh.org/trimesh.pat…