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

Reuse cached curve approximation, if range is reversed #1557

Merged
merged 3 commits into from
Feb 2, 2023
Merged

Conversation

hannobraun
Copy link
Owner

From the message of the main commit:

By not doing that, coincident Curves that share the same GlobalCurve but whose coordinate systems are pointed in opposite directions, will not share their approximation. This can lead to vertices in the approximation that should be identical to not actually be coincident.

This is another building block that is required for the rewrite of parts of the sweep code that I'm doing for #1525.

By not doing that, coincident `Curve`s that share the same `GlobalCurve`
but whose coordinate systems are pointed in opposite directions, will
not share their approximation. This can lead to vertices in the
approximation that *should* be identical to not actually be coincident.
@hannobraun hannobraun merged commit 1b26680 into main Feb 2, 2023
@hannobraun hannobraun deleted the approx branch February 2, 2023 12:13
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.

1 participant