mafs icon indicating copy to clipboard operation
mafs copied to clipboard

Bézier curves | Curved line

Open gr-qft opened this issue 1 year ago • 2 comments

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).

gr-qft avatar Jan 08 '23 03:01 gr-qft

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.

stevenpetryk avatar Jan 08 '23 17:01 stevenpetryk

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

gr-qft avatar Jan 08 '23 22:01 gr-qft