Move Matrix3x2/4x4, Plan, and Quaternion to the shared CoreLib partition (dotnet...
authorTanner Gooding <tagoo@outlook.com>
Wed, 23 Oct 2019 12:44:26 +0000 (05:44 -0700)
committerTanner Gooding <tagoo@outlook.com>
Wed, 23 Oct 2019 23:07:26 +0000 (16:07 -0700)
commit71b47dcef092adff2e0293ff6d98fb254f86f045
tree72555088ef085b1f148c8ab84b016ad9c215f460
parent1b908a60bdced1d782035de4c8d3950924051442
Move Matrix3x2/4x4, Plan, and Quaternion to the shared CoreLib partition (dotnet/coreclr#42021)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/9d6d53f10fbc76f8a82c0649403b982f9a8333d3
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Plane.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/VectorMath.cs [new file with mode: 0644]