Update function name to latest nomenclature

This commit is contained in:
Hanno Braun 2022-10-13 16:58:56 +02:00
parent b622282bd6
commit be9a2f9809

View File

@ -73,7 +73,7 @@ impl PartialHalfEdge {
} }
/// Update the partial half-edge with the given from vertex /// Update the partial half-edge with the given from vertex
pub fn with_to_vertex( pub fn with_front_vertex(
mut self, mut self,
vertex: Option<impl Into<MaybePartial<Vertex>>>, vertex: Option<impl Into<MaybePartial<Vertex>>>,
) -> Self { ) -> Self {