mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Prepare for follow-on change
This commit is contained in:
parent
826bc80b67
commit
2ab37348a8
@ -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.;
|
||||
|
Loading…
Reference in New Issue
Block a user