You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use built-in triangulation from to_vertices_and_faces
- Replaced manual fan triangulation with to_vertices_and_faces(triangulated=True)
- Cleaner and more maintainable code
- Uses the mesh's built-in triangulation method
- All tests pass with same accuracy
Co-authored-by: Licini <17893605+Licini@users.noreply.github.com>
0 commit comments