mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-15 12:47:19 +00:00
Update function name to latest nomenclature
This commit is contained in:
parent
b622282bd6
commit
be9a2f9809
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user