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

Comparare 2 curbe Bezier #1

Open
silviuburceadev opened this issue Feb 5, 2013 · 0 comments
Open

Comparare 2 curbe Bezier #1

silviuburceadev opened this issue Feb 5, 2013 · 0 comments

Comments

@silviuburceadev
Copy link

Salut,

Ti-am gasit un caz in care compararea curbelor nu este buna:
Curba 1:
[ (1,1), (2,2), (3,3), (4,4) ]
Curba 2:
[ (4,4), (3,3), (2,2), (1,1) ]
Diferentele, din ce am vazut la tine, ar fi:
[ (-3, -3), (-1, -1), (1,1), (3,3) ]
Desi punctele din diferenta nu sunt identice, curbele sunt egale.

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