Crates.io | robust |
lib.rs | robust |
version | 1.1.0 |
source | src |
created_at | 2020-01-08 14:42:35.062761 |
updated_at | 2023-05-25 10:23:17.422819 |
description | Robust adaptive floating-point predicates for computational geometry |
homepage | https://github.com/georust/robust |
repository | https://github.com/georust/robust |
max_upload_size | |
id | 196598 |
size | 1,112,752 |
See the Interactive notebook for more.
Below are visualizations comparing naive and robust predicate implementations. To learn how these images were generated and how to interpret them, see examples/predicate-map/
.
Naive | Robust | |
---|---|---|
incircle |
||
orient2d |
These algorithms are ported from predicates.c
, the canonical implementation of Jonathan Richard Shewchuk's "Robust adaptive floating-point geometric predicates".
Licensed under either of
at your option.