dhermes / bezier

Helper for Bézier Curves, Triangles, and Higher Order Objects
Apache License 2.0
265 stars 36 forks source link

[FEATURE REQUEST] {bezier} <-> b-spline conversion #214

Open dec1 opened 4 years ago

dec1 commented 4 years ago

Hello.

Is it possible to use your library to perform (automatic) conversion of b-spline to corresponding set of bezier curves, and vice-versa?

Also mentioned here

If not would it be possible to add this feature?

Thanks in Advance

dhermes commented 4 years ago

@dec1 No, this library (for now at least) has no knowledge of NURBS, b-splines, or any other extensions of Bezier curves.

I don't have any near or medium term plans on adding support for b-splines, but I'd be happy to help answer any questions and provide guidance on how you'd support b-splines on top of bezier.