Expand description
A fast and fearless Collision Detection Engine for 2D irregular cutting and packing problems.
This crate can be configured to use single or double precision for floating points (see fsize).
Modules§
- Everything collision detection engine related
- Entities to model 2D irregular cutting and packing problems
- Geometric primitives and base algorithms
- Parser and JSON (de)serialization
- Helper functions
Constants§
- π as fsize.
Type Aliases§
- The floating point type used in jagua-rs.
f32
by default,f64
when feature double-precision is enabled.