-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Backport docs for System.Numerics.Vectors #47725
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
Merged
carlossanlop
merged 30 commits into
dotnet:master
from
carlossanlop:NumericsVectorsBackport
Feb 12, 2021
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a82832e
Unavoidable refresh by Visual Studio of the csproj file.
carlossanlop 770136b
Backport Matrix3x2
carlossanlop 003afb2
Backport Matrix4x4
carlossanlop 341cd5d
Backport Plane
carlossanlop c9b1b43
Backport Quaternion
carlossanlop f13c561
Backport Vector
carlossanlop 8ba447a
Backport Vector2
carlossanlop b19650f
Backport Vector3
carlossanlop 73d12fc
Backport Vector4
carlossanlop d558fec
Manually fix Plane < and >
carlossanlop 9892f9e
Manually fix Vector wrong param names
carlossanlop 110747b
Manually fix Vector2 < and >
carlossanlop eb53a7f
Manually fix Vector3 < and >
carlossanlop 17f0fb9
Manually fix Vector4 < and >
carlossanlop 23e4e67
Add GenerateDocumentationFile to csproj
carlossanlop 2f63536
Revert csproj GenerateDocumentationFile change
carlossanlop 1e112e4
Revert file fully
carlossanlop e74ae89
Fix typo "Multiples" => "Multiplies"
carlossanlop 25324ac
Use <typeparamref name="T" /> instead of <c>T</c>
carlossanlop 92bf4da
Matrix3x2 adjust remarks.
carlossanlop 2703bb3
Quaternion address remarks.
carlossanlop d1af7c2
Plane adjust remarks.
carlossanlop 98fa118
Vector4 adjust remarks.
carlossanlop faee5b3
Matrix4x4 adjust remarks.
carlossanlop fbe8c4b
Vector2 adjust remarks.
carlossanlop c764c06
Vector3 adjust remarks.
carlossanlop 4095f29
Address tannergooding and gewarren suggestions.
carlossanlop 82e533c
Matrix4x4 tries to invert.
carlossanlop 370322c
Bring back GenerateDocumentationFile in csproj
carlossanlop e760180
Revert sln change
carlossanlop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
211 changes: 116 additions & 95 deletions
211
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.cs
Large diffs are not rendered by default.
Oops, something went wrong.
373 changes: 210 additions & 163 deletions
373
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.