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

Replace CurveKind with SurfacePath/GlobalPath #1081

Merged
merged 23 commits into from
Sep 13, 2022
Merged

Replace CurveKind with SurfacePath/GlobalPath #1081

merged 23 commits into from
Sep 13, 2022

Conversation

hannobraun
Copy link
Owner

This is a step towards addressing #1079.

This is a step towards a change in nomenclature, as well as preparation
for changing the return value.
The style that is mostly followed, is that owned values of this kind are
returned by value, while logically referenced objects are returned by
reference.
This is another step towards the change in nomenclature and the
replacement of `CurveKind`.
This is a step towards using `SurfacePath` in `Curve`.
Other objects return those kinds of values that they logically own by
value, not by reference.
Separate owned values from other objects.
@hannobraun hannobraun merged commit cb3c7e0 into main Sep 13, 2022
@hannobraun hannobraun deleted the path branch September 13, 2022 16:47
@hannobraun hannobraun mentioned this pull request Sep 13, 2022
6 tasks
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