mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Prepare for follow-on change
This commit is contained in:
parent
ca5b07d68e
commit
d947722c2b
@ -40,10 +40,7 @@ impl Face {
|
||||
}
|
||||
|
||||
pub fn flip(&self) -> Self {
|
||||
Self {
|
||||
surface: self.surface.flip(),
|
||||
vertices: self.vertices.clone(),
|
||||
}
|
||||
Self::new(self.surface.flip(), self.vertices.clone())
|
||||
}
|
||||
|
||||
pub fn translate(&self, offset: impl Into<Vector<3>>) -> Self {
|
||||
|
Loading…
Reference in New Issue
Block a user