New module proposal for @turf/bezier-curve #2780
DenisCarriere
started this conversation in
Feature proposals
Replies: 2 comments
-
I'll never finish module if I keep bumping it up to the next release :) lol Ah well.. next release! |
Beta Was this translation helpful? Give feedback.
0 replies
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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).Beta Was this translation helpful? Give feedback.
All reactions