Skip to content

Commit

Permalink
Update function name to latest nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 13, 2022
1 parent b622282 commit be9a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/partial/objects/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl PartialHalfEdge {
}

/// Update the partial half-edge with the given from vertex
pub fn with_to_vertex(
pub fn with_front_vertex(
mut self,
vertex: Option<impl Into<MaybePartial<Vertex>>>,
) -> Self {
Expand Down

0 comments on commit be9a2f9

Please sign in to comment.