mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 10:28:27 +00:00
Prepare for follow-on change
This commit is contained in:
parent
0ca08d3b52
commit
69f2e68b58
@ -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.;
|
||||
|
Loading…
Reference in New Issue
Block a user