Prepare for follow-on change

This commit is contained in:
Hanno Braun 2024-09-13 20:43:54 +02:00
parent 826bc80b67
commit 2ab37348a8

View File

@ -65,7 +65,7 @@ impl SurfaceGeom {
let [a, b] = self
.u
.line_segment_at([point_surface.u], tolerance)
.line_segment_at(Point::from([point_surface.u]), tolerance)
.map(|point_global| point_global + self.v * point_surface.v);
let c = a + (b - a) / 2.;