From 481abb8d2d546e58dc4faded6e38102082cbe790 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 7 May 2024 15:06:57 +0200 Subject: [PATCH] Update module name --- crates/fj-core/src/operations/reverse/{edge.rs => half_edge.rs} | 0 crates/fj-core/src/operations/reverse/mod.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename crates/fj-core/src/operations/reverse/{edge.rs => half_edge.rs} (100%) diff --git a/crates/fj-core/src/operations/reverse/edge.rs b/crates/fj-core/src/operations/reverse/half_edge.rs similarity index 100% rename from crates/fj-core/src/operations/reverse/edge.rs rename to crates/fj-core/src/operations/reverse/half_edge.rs diff --git a/crates/fj-core/src/operations/reverse/mod.rs b/crates/fj-core/src/operations/reverse/mod.rs index ae130cec8..6286cd9d3 100644 --- a/crates/fj-core/src/operations/reverse/mod.rs +++ b/crates/fj-core/src/operations/reverse/mod.rs @@ -3,8 +3,8 @@ use crate::Core; mod cycle; -mod edge; mod face; +mod half_edge; mod region; /// Reverse the direction/orientation of an object