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

How does Catmull Rom work with a Bézier curve? #196

Closed
pspeter3 opened this issue Mar 21, 2022 · 2 comments
Closed

How does Catmull Rom work with a Bézier curve? #196

pspeter3 opened this issue Mar 21, 2022 · 2 comments

Comments

@pspeter3
Copy link

This isn’t an issue as much as a question. Every article I’ve read about Catmull Rom interpolates all the points in between but this implementation uses the Bézier curve function on Path2D / Canvas. How does that work? Thank you in advance for your time / explanation.

@Fil
Copy link
Member

Fil commented Mar 21, 2022

It's a good question :)

if (that._l01_a > epsilon) {
implements equation (2) of the paper indicated in #18.

@Fil Fil closed this as completed Mar 21, 2022
@pspeter3
Copy link
Author

Thank you so much! I'll check out the paper.

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

No branches or pull requests

2 participants