wmayer
|
7b591da9f5
|
Path: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
Uwe
|
b5b86863e7
|
[Path] Voronoi: add include needed to compile with the CI
|
2022-02-28 04:01:53 +01:00 |
|
Uwe
|
e2f3fa2587
|
[Path] Voronoi: add include needed to compile with the CI
|
2022-02-28 03:56:45 +01:00 |
|
Uwe
|
3d944c47ca
|
[Path] Voronoi: remove unused includes
|
2022-02-28 03:46:15 +01:00 |
|
luz paz
|
b75cd3dd52
|
Path: Fix header uniformity and remove trailing whitespace
This PR fixes header uniformity across all Path files. It also removes all trailing whitespace.
|
2020-11-05 19:57:21 +01:00 |
|
Markus Lampert
|
d563849a75
|
Fixed voronoi parabola creation with correct orientation.
|
2020-10-25 16:33:13 -07:00 |
|
Markus Lampert
|
99cbb413e0
|
Dealing with 32bit compile error of Voronoi interface.
|
2020-10-04 22:44:45 -07:00 |
|
Markus Lampert
|
07f3e6c521
|
Added callback to colorExterior to also color 'interior'
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
952c94cb50
|
Added colorColinear and resetColor algorithms
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
f860339658
|
Added optional scaling factor to Voronoi construction.
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
94a44bcbfe
|
Added scaling to micro meters
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
926d254849
|
Added api calls for coloring all twins and coloring exterior edges and vertices.
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
5ad3bb17fd
|
Added toGeom for curved edges.
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
10e5fce11c
|
Added geometries for vertices and linear edges.
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
6fc2af2adc
|
Added support for voronoi edges.
|
2020-09-28 14:58:08 -05:00 |
|
Markus Lampert
|
27238c3813
|
Added python bindings for voronoi diagram construction and accessing the resulting vertices.
|
2020-09-28 14:58:08 -05:00 |
|