refactor!: flatten triangulation modules into focused APIs #399
Codacy Production / Codacy Static Code Analysis
succeeded
May 19, 2026 in 0s
Your pull request is up to standards!
Here is an overview of what got changed by this pull request:
Complexity increasing per file
==============================
- src/core/boundary.rs 1
- src/core/triangulation.rs 7
- tests/prelude_exports.rs 9
- examples/triangulation_and_hull.rs 1
- tests/example_workflows.rs 1
- src/core/construction.rs 23
- src/core/orientation.rs 111
- src/core/query.rs 74
- src/core/repair.rs 143
- src/core/validation.rs 235
- src/delaunay/delaunayize.rs 68
- src/delaunay/diagnostics.rs 57
- src/delaunay/flips.rs 34
- src/delaunay/insertion.rs 106
- src/delaunay/locality.rs 32
- src/delaunay/query.rs 42
- src/delaunay/repair.rs 53
- src/delaunay/serialization.rs 7
- src/delaunay/validation.rs 49
See the complete overview on Codacy
Loading