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

Incorrect Angle Variable #1

Open
echen01 opened this issue Jun 6, 2024 · 0 comments
Open

Incorrect Angle Variable #1

echen01 opened this issue Jun 6, 2024 · 0 comments

Comments

@echen01
Copy link

echen01 commented Jun 6, 2024

It looks like on L50-51, angle2 was used twice by accident. On L50, it seems that angle2 should be angle1, though I haven't run the code myself. The same issue occurs in the README under step 2. Thanks!

auto t1 = tan(angle2*0.5);
auto t2 = tan(angle2*0.5);

auto t1 = tan(angle2*0.5);
auto t2 = tan(angle2*0.5);

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