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

issue of the function "bezProductCoefficients" in bezier.py #4

Open
zhang123huang opened this issue May 13, 2019 · 0 comments
Open

Comments

@zhang123huang
Copy link

zhang123huang commented May 13, 2019

in the function "bezProductCoefficients"(m, n=None)" the last line of code
coefMat[m*j+k, k] = binom(m, j)*binom(n, k-j)/den,
I think it should be modified as
coefMat[n*j+k, k] = binom(m, j)*binom(n, k-j)/den ,
where the n is degree of second Bezier curve

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

1 participant