mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-25 19:46:41 +00:00
Prepare for follow-on change
This commit is contained in:
parent
a1433a6e2c
commit
b9a8c2e305
@ -47,7 +47,7 @@ impl<const D: usize> PolyChain<D> {
|
|||||||
// once `array_windows` is stable.
|
// once `array_windows` is stable.
|
||||||
let points = [points[0], points[1]];
|
let points = [points[0], points[1]];
|
||||||
|
|
||||||
let segment = LineSegment { points };
|
let segment = LineSegment::from(points);
|
||||||
segments.push(segment);
|
segments.push(segment);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user