Crate coupe

source ·
Expand description

A mesh partitioning library that implements multithreaded, composable geometric algorithms.

Crate Layout

Coupe exposes a Partition trait, which is in turn implemented by algorithms. See its documentation for more details. The trait is generic around its input, which means algorithms can partition different type of collections (e.g. 2D and 3D meshes).

Available algorithms

Partitioner algorithms

Partition improving algorithms

Re-exports

Modules

Structs

Enums

Traits

Functions

Type Aliases