Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing examples of Bezier interpolation #80

Open
BrunoWallner opened this issue Dec 17, 2021 · 2 comments
Open

Missing examples of Bezier interpolation #80

BrunoWallner opened this issue Dec 17, 2021 · 2 comments

Comments

@BrunoWallner
Copy link

Hello
I wanted to interpolate a vector of 2D points using Bezier-interpolation, but I could not figure out how to do this after looking in the documentation and the examples.
Could anyone tell me how to do this and put it in the documentation?

Notes

  • I do not know much about interpolation, "tangents" and math in general
  • I use it for spectrum audio visualisation
@hadronized
Copy link
Owner

Hey @BrunoWallner, thanks for opening this PR.

I will have a look at the examples / documentation and will enhance that asap.

@Sinfaen
Copy link

Sinfaen commented Feb 21, 2022

Something I'm also interested in. To generate a quadratic bezier curve, it sounds like I have to input a start point, an end point, and a tangent (scalar value). I thought that the algorithm needs a control point rather than a tangent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants