An open API service indexing awesome lists of open source software.

https://github.com/stla/delaunay

Delaunay tessellations
https://github.com/stla/delaunay

cgal constrained-delaunay-triangulation delaunay r rcpp

Last synced: about 1 year ago
JSON representation

Delaunay tessellations

Awesome Lists containing this project

README

          

# delaunay

[![R-CMD-check](https://github.com/stla/delaunay/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stla/delaunay/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check-valgrind](https://github.com/stla/delaunay/actions/workflows/R-CMD-check-valgrind.yaml/badge.svg)](https://github.com/stla/delaunay/actions/workflows/R-CMD-check-valgrind.yaml)

## Elevated Delaunay triangulation

*Bivariate Gaussian density:*

![](https://raw.githubusercontent.com/stla/RCGAL/main/inst/DelaunayExamples/bivariateGaussian.png)

*Volcano:*

![](https://raw.githubusercontent.com/stla/RCGAL/main/inst/DelaunayExamples/volcano.png)

## Constrained Delaunay triangulation

*Face:*

![](https://raw.githubusercontent.com/stla/RCGAL/main/inst/DelaunayExamples/face.png)

## Voronoï tessellation

![](https://raw.githubusercontent.com/stla/delaunay/master/inst/images/Voronoi1.png)

![](https://raw.githubusercontent.com/stla/delaunay/master/inst/images/Voronoi2.png)

## 3D Delaunay triangulation

![](https://raw.githubusercontent.com/stla/delaunay/master/inst/images/del3D.png)