mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Update name of function
This commit is contained in:
parent
368364e53a
commit
e8c7a793d1
@ -33,8 +33,8 @@ impl ConnectExt for Handle<Face> {
|
||||
);
|
||||
|
||||
let side_faces = self
|
||||
.start_and_end_vertices()
|
||||
.zip(other.start_and_end_vertices())
|
||||
.half_edges_with_end_vertex()
|
||||
.zip(other.half_edges_with_end_vertex())
|
||||
.map(|([q, r], [t, s])| {
|
||||
let surface =
|
||||
Plane::from_points([q, r, s].map(|vertex| vertex.point));
|
||||
|
@ -28,7 +28,7 @@ impl Face {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn start_and_end_vertices(
|
||||
pub fn half_edges_with_end_vertex(
|
||||
&self,
|
||||
) -> impl Iterator<Item = [&Handle<Vertex>; 2]> {
|
||||
self.half_edges
|
||||
|
Loading…
Reference in New Issue
Block a user