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

bezier curves #21

Open
dmarx opened this issue Jan 14, 2023 · 0 comments
Open

bezier curves #21

dmarx opened this issue Jan 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dmarx
Copy link
Owner

dmarx commented Jan 14, 2023

I think a good way to go about this would be to add a Knot type that inherits from Keyframed, and then the actual bezier curve reduces to a specialized interpolation method. The Knot would carry Handle vectors, which the interpolator would expect to find on the knot keyframe.

I'm pretty sure this would also permit mixing bezier interpolation with other interpolation methods, it would just require that the keyframes for the bezier interpolation carry the appropriate supplementary information (handles)

@dmarx dmarx added the enhancement New feature or request label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant