mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-16 06:07:58 +00:00
Prepare for follow-on change
This commit is contained in:
parent
6cb0cd294a
commit
640c124c5f
@ -15,7 +15,7 @@ impl TranslateExt for Face {
|
||||
let offset = offset.into();
|
||||
|
||||
Face::new(
|
||||
self.surface.geometry.translate(offset),
|
||||
self.surface.translate(offset).geometry,
|
||||
self.half_edges
|
||||
.iter()
|
||||
.map(|half_edge| Handle::new(half_edge.translate(offset))),
|
||||
|
Loading…
x
Reference in New Issue
Block a user