Skip to content

Commit

Permalink
Integrate PartialHalfEdge into partial infra
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 23, 2022
1 parent 89abc59 commit a7dfa33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/fj-kernel/src/partial/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ pub use self::{

use crate::{
objects::{
Curve, GlobalCurve, GlobalEdge, GlobalVertex, SurfaceVertex, Vertex,
Curve, GlobalCurve, GlobalEdge, GlobalVertex, HalfEdge, SurfaceVertex,
Vertex,
},
stores::{Handle, Stores},
};
Expand Down Expand Up @@ -119,6 +120,7 @@ impl_traits!(
Curve, PartialCurve;
GlobalEdge, PartialGlobalEdge;
GlobalVertex, PartialGlobalVertex;
HalfEdge, PartialHalfEdge;
SurfaceVertex, PartialSurfaceVertex;
Vertex, PartialVertex;

Expand Down

0 comments on commit a7dfa33

Please sign in to comment.