Skip to content

Commit f1ba75a

Browse files
authored
Update DelaunayTriangulation.jl description (#19)
* Update README.jmd for DelaunayTriangulation.jl URL and Description
1 parent c066b04 commit f1ba75a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.jmd

+3-4
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ There are a variety of other Delaunay and Voronoi packages in the Julia ecosyste
134134

135135
- [`VoronoiDelaunay.jl`](https://github.com/JuliaGeometry/VoronoiDelaunay.jl)
136136
- [`VoronoiCells.jl`](https://github.com/JuliaGeometry/VoronoiCells.jl)
137-
- [`DelaunayTriangulation.jl`](https://github.com/DanielVandH/DelaunayTriangulation.jl)
137+
- [`DelaunayTriangulation.jl`](https://github.com/JuliaGeometry/DelaunayTriangulation.jl)
138138
- [`MiniQhull.jl`](https://github.com/gridap/MiniQhull.jl)
139139
- [`DirectQhull.jl`](https://github.com/JuhaHeiskala/DirectQhull.jl)
140140

@@ -148,9 +148,8 @@ of floating point computations.
148148
- There is limited support for dual cells / Voronoi cells in `VoronoiDelaunay` and
149149
a good deal of this functionality is provided by the package `VoronoiCells.jl`.
150150
- The `DelaunayTriangulation.jl` package that
151-
uses [`ExactPredicates.jl`](https://github.com/lairez/ExactPredicates.jl) to implement various
152-
computational geometry tests. This package is under active development and implements a number
153-
useful constrained Delaunay triangulations.
151+
uses [`AdaptivePredicates.jl`](https://github.com/JuliaGeometry/AdaptivePredicates.jl) and [`ExactPredicates.jl`](https://github.com/lairez/ExactPredicates.jl) to implement various
152+
computational geometry tests. This package is under active development and implements a number of methods for unconstrained and constrained Delaunay triangulations and Voronoi tessellations.
154153

155154
In comparison, the `Delaunator.jl` package seeks to mirror the javascript d3-delaunay codes that give good
156155
enough triangulations for many pixel-level graphics applications and are fast for 2d problems, rather than those that

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ There are a variety of other Delaunay and Voronoi packages in the Julia ecosyste
182182

183183
- [`VoronoiDelaunay.jl`](https://github.com/JuliaGeometry/VoronoiDelaunay.jl)
184184
- [`VoronoiCells.jl`](https://github.com/JuliaGeometry/VoronoiCells.jl)
185-
- [`DelaunayTriangulation.jl`](https://github.com/DanielVandH/DelaunayTriangulation.jl)
185+
- [`DelaunayTriangulation.jl`](https://github.com/JuliaGeometry/DelaunayTriangulation.jl)
186186
- [`MiniQhull.jl`](https://github.com/gridap/MiniQhull.jl)
187187
- [`DirectQhull.jl`](https://github.com/JuhaHeiskala/DirectQhull.jl)
188188

@@ -196,9 +196,8 @@ of floating point computations.
196196
- There is limited support for dual cells / Voronoi cells in `VoronoiDelaunay` and
197197
a good deal of this functionality is provided by the package `VoronoiCells.jl`.
198198
- The `DelaunayTriangulation.jl` package that
199-
uses [`ExactPredicates.jl`](https://github.com/lairez/ExactPredicates.jl) to implement various
200-
computational geometry tests. This package is under active development and implements a number
201-
useful constrained Delaunay triangulations.
199+
uses [`AdaptivePredicates.jl`](https://github.com/JuliaGeometry/AdaptivePredicates.jl) and [`ExactPredicates.jl`](https://github.com/lairez/ExactPredicates.jl) to implement various
200+
computational geometry tests. This package is under active development and implements a number of methods for unconstrained and constrained Delaunay triangulations and Voronoi tessellations.
202201

203202
In comparison, the `Delaunator.jl` package seeks to mirror the javascript d3-delaunay codes that give good
204203
enough triangulations for many pixel-level graphics applications and are fast for 2d problems, rather than those that

0 commit comments

Comments
 (0)