Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
polymesh
Commits
0d711fd4
Commit
0d711fd4
authored
Jul 10, 2018
by
Philip Trettner
Browse files
fixed halfedge_attach
parent
05e7f641
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/polymesh/impl/impl_mesh.hh
View file @
0d711fd4
...
...
@@ -775,6 +775,8 @@ inline void Mesh::halfedge_attach(halfedge_index h, vertex_index v)
h1_ref
.
face
=
f
;
h1_ref
.
to_vertex
=
v_to
;
vertex
(
v
).
outgoing_halfedge
=
h_next
;
connect_prev_next
(
h
,
h0
);
connect_prev_next
(
h0
,
h1
);
connect_prev_next
(
h1
,
h_next
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment