rekka / annulus_mesh

Triangulation of an annulus in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

annulus_mesh

Build Status

This Rust crate generates a triangulation of an annulus by first generating nodes using Bridson’s algorithm for Poisson-disc sampling, and then creating a Delaunay triangulation.

Example

Usage

Install the latest stable version of Rust from the website.

Build using cargo:

cargo build --release

Print command line options:

target/release/annulus_mesh -h

About

Triangulation of an annulus in Rust

License:MIT License


Languages

Language:Rust 100.0%