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

Added a signedAngle() function to the PVector class #773

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dispread
Copy link

Found myself needing this function multiple times and it has always been a tedium to search and type it out. Its behavior should be almost identical to Unity's Vector2.signedAngle(), with the only exception being this one returning in radians.
Am still quite new to this so any feedback/suggestions are welcome.

Adds a signedAngle metod  to PVector class.
forgot to add the Math.
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.

1 participant