Skip to content

Commit

Permalink
Merge pull request #3 from asinghvi17/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
augustt198 authored Jul 26, 2024
2 parents 70195fd + 47e49fa commit bc32b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ julia> linesegments!(Axis(f[1,2]), voronoi_edge_points(tri), color=:red)

## Qhull Comparison

Quickhull.jl is competetive with [Qhull](http://www.qhull.org/)'s performance even
when exact arithmetic is used, although although it has fewer features.
Quickhull.jl is competitive with [Qhull](http://www.qhull.org/)'s performance even
when exact arithmetic is used, although it has fewer features.

<p align="center"><img src="img/benchmark.png" width="80%"></p>

Expand All @@ -52,7 +52,7 @@ quickhull(pts, Quickhull.Options(kernel = Quickhull.HyperplaneKernelInexact))

It should be noted that if an inexact kernel is used – particularly
on inputs with coplanar or nearly coplanar points – the topology of the
hull can be become corrupted and an error will probably occur.
hull can become corrupted, and an error will probably occur.

## Related Packages
- [QHull.jl](https://github.com/JuliaPolyhedra/QHull.jl), [DirectQHull.jl](https://github.com/JuhaHeiskala/DirectQhull.jl/) – wrappers for [Qhull](http://www.qhull.org/)
Expand Down

0 comments on commit bc32b93

Please sign in to comment.