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

C#: Make Length and LengthSquared into methods in Quaternion. #71458

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

raulsntos
Copy link
Member

The Length and LengthSquared members are implemented as methods in every other C# struct, Quaternion was the only one implementing them as properties.

The `Length` and `LengthSquared` members are implemented as methods
in every other C# struct, `Quaternion` was the only one implementing
them as properties.
@akien-mga akien-mga merged commit ba55172 into godotengine:master Jan 16, 2023
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants