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

Detangle DCEL class from schematization methods #25

Open
jakoblistabarth opened this issue May 7, 2024 · 0 comments · May be fixed by #26
Open

Detangle DCEL class from schematization methods #25

jakoblistabarth opened this issue May 7, 2024 · 0 comments · May be fixed by #26
Assignees

Comments

@jakoblistabarth
Copy link
Owner

jakoblistabarth commented May 7, 2024

Approach B

  • move schematization related methods from Dcel components to Schematization
    • add c-schematization related properties in a separate map (with keys using uuids?)
    • add methods like schematization.classifier.isSignificant(vertex)

Approach A

  • extend Dcel components (Vertex, Edge, Face) from base Dcel components

Minimal working example of extending the Dcel components: typescript.org playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
1 participant