Prepare to for follow-on change

This commit is contained in:
Hanno Braun 2025-02-18 20:12:16 +01:00
parent 41a3b682f1
commit c93f8e1cc5

View File

@ -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;
}