jagua-rs 0.7.2

A fast and fearless Collision Detection Engine for 2D irregular Cutting and Packing problems
Documentation
1
2
3
4
5
6
/// Set of functions used throughout assure the correctness of the library.
pub mod assertions;
mod fpa;

#[doc(inline)]
pub use fpa::FPA;