Fast Robust Predicates in WASM
This is a WASM port of the robust
crate.
The crate is itself a port of Jonathan Shewchuk's Fast Robust Geometric Predicates C library.
License
MIT
Building the crate locally
- install
wasm-pack
- run
wasm-pack build
, with optional--release
flag