Prepare for follow-on change

This commit is contained in:
Hanno Braun 2024-09-13 20:43:54 +02:00
parent 0ca08d3b52
commit 69f2e68b58

View File

@ -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.;