use crateSnapNoder;
use crateLine3D;
/// Compatibility wrapper for the retired experimental sweep-line noder.
///
/// The former implementation did not maintain sweep status across crossings and
/// could miss intersections. Exact `SnapNoder` noding is the single correctness
/// path until a distinct advanced backend demonstrates a measurable advantage.
;