-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Expanded documentation for vector slide and project #83691
Conversation
I like it. It's clearer than my initial suggestion. |
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.
Checked correctness, LGTM. 👍 Left some minor suggestions.
Also C# docs in Vector2.cs
/Vector3.cs
would need to be synced.
I have updated Vector2.cs and Vector3.cs. |
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.
Great to have. If not for this PR, I would've gotten around writing something like this when it was time.
Thanks! |
This pull request expands the documentation of Vector2.slide, Vector2.project, Vector3.slide and Vector3.project.
Based on godotengine/godot-proposals#8173 and godotengine/godot-docs#8286
Fixes godotengine/godot-docs#8286