dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.41k stars 4.76k forks source link

Fix Matrix4x4.CreateReflection when D is not zero #110057

Open hez2010 opened 12 hours ago

hez2010 commented 12 hours ago

This is a correctness regression from .NET 8 which was introduced in #103527. Fixed it and added a regression test for it.

Fixes #110050