Skip to content

Commit

Permalink
Merge pull request #723 from hannobraun/sweep
Browse files Browse the repository at this point in the history
Rewrite sweep algorithm
  • Loading branch information
hannobraun authored Jun 28, 2022
2 parents c043ebe + f297ae5 commit 4fc82f4
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 324 deletions.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/algorithms/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod intersection;

pub use self::{
approx::{CycleApprox, FaceApprox, InvalidTolerance, Tolerance},
sweep::sweep_shape,
sweep::sweep,
transform::transform_shape,
triangulation::triangulate,
};
Loading

0 comments on commit 4fc82f4

Please sign in to comment.