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

Added spline types #118

Merged
merged 7 commits into from
Oct 18, 2018
Merged

Added spline types #118

merged 7 commits into from
Oct 18, 2018

Conversation

flippmoke
Copy link
Member

Added the ability to encode features as splines of two types, the first being a curve and the other being and area. This is a possible solution for #114. Updates to the README.md of the spec have not done yet.

@flippmoke
Copy link
Member Author

I am not quite sure here for the curved area type how we would enforce that it forms an actual closed segment. We could check that the control points resolved to the same final location + some rules around knots perhaps but this could be complex. Do we even define rules here? Do we mark curves and curved areas as experimental?

@e-n-f
Copy link
Contributor

e-n-f commented Sep 18, 2018

The big question I have about this currently is: do we really need a MultiCurve type instead of (or in addition to) just plain Curve?

@e-n-f e-n-f merged commit 30ece6e into v3.0-development Oct 18, 2018
@e-n-f e-n-f deleted the splines branch October 18, 2018 18: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.

3 participants