-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport docs for System.Numerics.Vectors (#47725)
* Unavoidable refresh by Visual Studio of the csproj file. * Backport Matrix3x2 * Backport Matrix4x4 * Backport Plane * Backport Quaternion * Backport Vector * Backport Vector2 * Backport Vector3 * Backport Vector4 * Manually fix Plane < and > * Manually fix Vector wrong param names * Manually fix Vector2 < and > * Manually fix Vector3 < and > * Manually fix Vector4 < and > * Add GenerateDocumentationFile to csproj * Revert csproj GenerateDocumentationFile change * Revert file fully * Fix typo "Multiples" => "Multiplies" * Use <typeparamref name="T" /> instead of <c>T</c> * Matrix3x2 adjust remarks. * Quaternion address remarks. * Plane adjust remarks. * Vector4 adjust remarks. * Matrix4x4 adjust remarks. * Vector2 adjust remarks. * Vector3 adjust remarks. * Address tannergooding and gewarren suggestions. * Matrix4x4 tries to invert. * Bring back GenerateDocumentationFile in csproj * Revert sln change Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
- Loading branch information
1 parent
9db2d1d
commit adf616b
Showing
10 changed files
with
1,217 additions
and
1,183 deletions.
There are no files selected for viewing
This file contains 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 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 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.