does Halfedge need endVert? #959
wtholliday
started this conversation in
General
Replies: 1 comment 5 replies
-
see #939 (comment) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my own Halfedge code, I don't have an
endVert
becauseh.endVert == halfedges[h.next].startVert
Asking because I'd like to reduce memory usage.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions