Update name of function parameter

This commit is contained in:
Hanno Braun 2025-02-24 19:10:48 +01:00
parent 46893b0892
commit 3b0427c323

View File

@ -42,10 +42,10 @@ pub fn triangulate(
}
fn points(
vertices: &[Handle<HalfEdge>],
half_edges: &[Handle<HalfEdge>],
surface: &Plane,
) -> Vec<TriangulationPoint> {
vertices
half_edges
.iter()
.map(|vertex| {
// Here, we project a 3D point (from the vertex) into the face's