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

Remove geometry from GlobalCurve #1153

Merged
merged 6 commits into from
Sep 29, 2022
Merged

Remove geometry from GlobalCurve #1153

merged 6 commits into from
Sep 29, 2022

Conversation

hannobraun
Copy link
Owner

@hannobraun hannobraun commented Sep 29, 2022

The internal geometry of GlobalCurve was redundant with Curve and Surface and was no longer being used. This turns GlobalCurve into a unit struct that only exists to determine whether two Curves map to the same GlobalCurve in 3D space. The ID of Handle<GlobalCurve> is used to do this.

Close #1079

Once the redundancy between `Curve` and `GlobalCurve` no longer exists
(which is what I'm working on), then validating the coherence of a curve
is no longer possible, nor necessary.
@hannobraun hannobraun merged commit 26b11da into main Sep 29, 2022
@hannobraun hannobraun deleted the ready/curve branch September 29, 2022 09:06
@hannobraun hannobraun mentioned this pull request Sep 29, 2022
6 tasks
@hannobraun hannobraun changed the title Remove geometry from GlobalVertex Remove geometry from GlobalCurve Oct 4, 2022
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.

Consider revamping GlobalCurve
1 participant