Skip to content

Commit

Permalink
Remove unused ray/half-edge intersection check
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 18, 2024
1 parent ec4a05c commit d5b8d98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion crates/fj-core/src/algorithms/intersect/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Intersection algorithms
pub mod ray_edge;
pub mod ray_segment;

mod line_segment;
Expand Down
35 changes: 0 additions & 35 deletions crates/fj-core/src/algorithms/intersect/ray_edge.rs

This file was deleted.

0 comments on commit d5b8d98

Please sign in to comment.