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

Rudimentary Bezier Curves Implementation. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TimComm
Copy link

@TimComm TimComm commented Dec 24, 2022

Currently works for cubic curves (degree 3). For it to work for any degree, input points need to be a list. That would change typical usage of the library though, wasn't sure if that's an okay design choice? Was hoping to get some input on that here before I finish figuring out how to create the tests etc.

@Rentib
Copy link

Rentib commented Jan 15, 2023

Why does binomial coeff return double?

@TimComm
Copy link
Author

TimComm commented Mar 31, 2023

Good question, I think I had some integer division bug, turned everything into doubles and missed this one while converting back one by one.

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

Successfully merging this pull request may close these issues.

2 participants