Skip to content

Commit

Permalink
Remove unused surface/surface intersection code
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 23, 2024
1 parent c5e3d2b commit 885832d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 115 deletions.
2 changes: 0 additions & 2 deletions crates/fj-core/src/algorithms/intersect/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ pub mod ray_segment;
mod curve_edge;
mod curve_face;
mod line_segment;
mod surface_surface;

use fj_math::{Point, Vector};

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

/// Compute the intersection between a tuple of objects
Expand Down
113 changes: 0 additions & 113 deletions crates/fj-core/src/algorithms/intersect/surface_surface.rs

This file was deleted.

0 comments on commit 885832d

Please sign in to comment.