Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: split vertex #84

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PJK136
Copy link
Contributor

@PJK136 PJK136 commented Aug 11, 2021

Description

Add a new topological operation to split a vertex into two, correctly adjusting the halfedges of the patch around it to point to the new vertex where necessary.

Schema for Halfedge split_vertex(Halfedge h0, Halfedge h1, Vertex v); :
image

Motivation

Share the implementation with upstream.

Benefits

A new topological operation available.

Drawbacks

None.

Applicable Issues

None.

PJK136 and others added 2 commits August 11, 2021 11:27
Add a routine to split a vertex into two, creating
a halfedge between them and relinking the halfedges
around it.

Signed-off-by: Paul Du <du.paul136@gmail.com>
Signed-off-by: João Baptista de Paula e Silva <jbaptistapsilva@yahoo.com.br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants