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

atan2 doesn't behave like c atan2 #162

Open
ForrestFire0 opened this issue Oct 17, 2024 · 0 comments
Open

atan2 doesn't behave like c atan2 #162

ForrestFire0 opened this issue Oct 17, 2024 · 0 comments

Comments

@ForrestFire0
Copy link

Quick fix - there actually is a Math.atan2 in js... so you could just switch it out. But yeah, atan2 doesn't work as expected because it is calculated with a regular atan.

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