Skip to content

Commit

Permalink
Implement SweepHalfEdge for Handle<HalfEdge>
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 20, 2024
1 parent 44d3428 commit 2438f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/operations/sweep/half_edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub trait SweepHalfEdge {
) -> (Face, Handle<HalfEdge>);
}

impl SweepHalfEdge for HalfEdge {
impl SweepHalfEdge for Handle<HalfEdge> {
fn sweep_half_edge(
&self,
end_vertex: Handle<Vertex>,
Expand Down

0 comments on commit 2438f52

Please sign in to comment.