fix Matrix4x4 + and - operator bugs (dotnet/corefx#39838)
authorClinton Ingram <clinton.ingram@outlook.com>
Mon, 29 Jul 2019 16:30:22 +0000 (09:30 -0700)
committerDan Moseley <danmose@microsoft.com>
Mon, 29 Jul 2019 16:30:22 +0000 (09:30 -0700)
commit84d96448887759e2f01389fa81bae479eea25358
tree2755adc671ad26f29eda4e047b5b7bb749fae697
parentca3e8fba72de74d9770d1783cc02a3ab4a0ab379
fix Matrix4x4 + and - operator bugs (dotnet/corefx#39838)

* fix Matrix4x4 + and - operator bugs

* fix Add() and Subtract() tests

Commit migrated from https://github.com/dotnet/corefx/commit/b5e931082053692c5414c830b0477766ea803206
src/libraries/System.Numerics.Vectors/src/System/Numerics/Matrix4x4.cs
src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs