Skip to content

Commit

Permalink
Prepare for follow-on change
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 13, 2024
1 parent 0ca08d3 commit 69f2e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/geometry/surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl SurfaceGeom {

let [a, b] = self
.u
.line_segment_at(Point::from([point_surface.u]), tolerance)
.line_segment_at(Point::from([point_surface.u]), tolerance.into())
.map(|point_global| point_global + self.v * point_surface.v);

let c = a + (b - a) / 2.;
Expand Down

0 comments on commit 69f2e68

Please sign in to comment.