Skip to content

Commit

Permalink
Merge pull request #2236 from hannobraun/intersect
Browse files Browse the repository at this point in the history
Remove some unused intersection code
  • Loading branch information
hannobraun authored Feb 23, 2024
2 parents 76f2023 + 885832d commit 1044d72
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 677 deletions.
150 changes: 0 additions & 150 deletions crates/fj-core/src/algorithms/intersect/face_face.rs

This file was deleted.

5 changes: 0 additions & 5 deletions crates/fj-core/src/algorithms/intersect/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
pub mod face_point;
pub mod ray_edge;
pub mod ray_face;
pub mod ray_segment;

mod curve_edge;
mod curve_face;
mod face_face;
mod line_segment;
mod surface_surface;

use fj_math::{Point, Vector};

pub use self::{
curve_edge::CurveEdgeIntersection,
curve_face::{CurveFaceIntersection, CurveFaceIntersectionInterval},
face_face::FaceFaceIntersection,
line_segment::LineSegmentIntersection,
surface_surface::SurfaceSurfaceIntersection,
};

/// Compute the intersection between a tuple of objects
Expand Down
Loading

0 comments on commit 1044d72

Please sign in to comment.