neco-brep 0.1.0

Analytical B-Rep engine with boolean operations
Documentation
1
2
3
4
/// Geometric tolerance for distance and intersection tests
pub const GEO_TOL: f64 = 1e-10;
/// Boundary proximity tolerance (GEO_TOL * 100)
pub const BOUNDARY_TOL: f64 = 1e-8;