stevenpetryk / mafs

React components for interactive math

Home Page:https://mafs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bézier curves | Curved line

gr-qft opened this issue · 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).

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.

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