You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to bump this issue again. Better bezier support would be useful. It could, perhaps, be based off of or integrated with https://github.com/Pomax/bezierjs which provides good bezier support.
Also it might be good to have two separate modules for
Bezier
operations:@turf/bezier-curve
@turf/bezier-spline
Bezier Curve
Propose for new module
@turf/bezier-curve
.Demo: https://www.desmos.com/calculator/cahqdxeshd
Javascript Implementation: https://github.com/Pomax/bezierjs
Bezier Spline
Current implementation of
@turf/bezier
could be renamed to@turf/bezier-spline
to be more explicit (if so major release is needed).The text was updated successfully, but these errors were encountered: