Update comment

This commit is contained in:
Hanno Braun 2025-04-04 13:05:27 +02:00
parent bcdbb5fa23
commit 104e2b05b3

View File

@ -88,7 +88,8 @@ fn build_single_connecting_face(
});
// Order the vertices in a way that makes sense when building the half-edges
// of the connecting face.
// of the connecting face, and pair them with the curve required for the
// respective half-edge.
let a = (&bottom.half_edge.start, Some(&bottom.half_edge.curve));
let b = (bottom.end_vertex, None);
let c = (top.end_vertex, None);