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

Bézier curves | Curved line #76

Open
gr-qft opened this issue Jan 8, 2023 · 2 comments
Open

Bézier curves | Curved line #76

gr-qft opened this issue Jan 8, 2023 · 2 comments

Comments

@gr-qft
Copy link

gr-qft commented Jan 8, 2023

Points and Lines are first-class objects in mafs. I think curved lines should also be first class objects (I see an example on Bézier curves, perhaps there's a way to exact the curved lines from there, but it looks quite complicated).

@stevenpetryk
Copy link
Owner

It would be pretty easy to support Bézier curves since SVG supports them. Would just have to transform the control points into the coordinate space.

@gr-qft
Copy link
Author

gr-qft commented Jan 8, 2023

I see, this is really useful information. If I have any free time I'll look into this issue.

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

No branches or pull requests

2 participants