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

Fix missing "this" keyword in ToSystem and ToGeneric for 4d vector #1584

Merged
merged 3 commits into from
Jul 22, 2023

Conversation

Wafer-EX
Copy link
Contributor

I noticed that Vector4D doesn't has the ToSystem function and Vector4 doesn't has the ToGeneric function, these functions in SystemNumericsExtensions class doesn't has the this keyword, so... I'll try to fix it. It's my first contributing experience so I'm sorry if I will make mistakes

@Wafer-EX
Copy link
Contributor Author

@dotnet-policy-service agree

@Perksey
Copy link
Member

Perksey commented Jul 21, 2023

@HurricanKai will let you take this one as it's maths (and should be fairly trivial :))

@Wafer-EX Wafer-EX marked this pull request as ready for review July 21, 2023 21:28
Copy link
Member

@HurricanKai HurricanKai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Perksey Perksey merged commit 45143a4 into dotnet:main Jul 22, 2023
4 checks passed
Perksey pushed a commit that referenced this pull request Nov 20, 2023
…1584)

* start of adding missing this keyword in ToSystem and ToGeneric parameters for Vector4D<T>

* Added missed "this" keyword in SystemNumericsExtensions

* Added ToSystem and ToGeneric methods to public api for Vector4 and Vector4D<T>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants