-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Renamed Vector2.tangent to perpendicular #39685
Conversation
The documentation is still "Returns a perpendicular vector", and it seems a bit strange for the only description to be the same as the name of the method. We may as well take this opportunity to update the documentation to be more descriptive. Specifically, it should note that the resulting vector is rotated 90 degrees counter-clockwise compared to the original, with the same length. |
9a73594
to
5325d4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just rebased and tested this, looks good to me.
5325d4b
to
4295988
Compare
4295988
to
e3dbdcd
Compare
e3dbdcd
to
6e38279
Compare
Well, in the context of where it is used, it should not be ambiguous, so I am not sure about this rename. |
Superseded by #44149. |
One of the proposed renames from #16863 (comment)