mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +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::{
|
use crate::{
|
||||||
geometry::TriMesh,
|
geometry::TriMesh,
|
||||||
operation::{Handle, HandleAny, Operation, OperationOutput},
|
operation::{Handle, HandleAny, Operation, OperationOutput},
|
||||||
|
topology::face::Face,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::face::Face;
|
|
||||||
|
|
||||||
pub trait FlipExt {
|
pub trait FlipExt {
|
||||||
fn flip(self) -> Flip;
|
fn flip(self) -> Flip;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user