mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Prepare to for follow-on change
This commit is contained in:
parent
41a3b682f1
commit
c93f8e1cc5
@ -3,10 +3,9 @@ use std::fmt;
|
||||
use crate::{
|
||||
geometry::TriMesh,
|
||||
operation::{Handle, HandleAny, Operation, OperationOutput},
|
||||
topology::face::Face,
|
||||
};
|
||||
|
||||
use super::face::Face;
|
||||
|
||||
pub trait FlipExt {
|
||||
fn flip(self) -> Flip;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user