BulletSharpPInvoke icon indicating copy to clipboard operation
BulletSharpPInvoke copied to clipboard

Replace Math folder with equivalent System.Numerics classes

Open CallumDev opened this issue 4 years ago • 4 comments

This aids interoperability with code written to target .NET Standard

CallumDev avatar Aug 04 '20 17:08 CallumDev

Yeah, it's probably a good idea by now. System.Numerics was introduced in .NET 4.6 and I wanted to keep compatibility with .NET 4.0, which is not so relevant now. I'll consider it.

AndresTraks avatar Aug 10 '20 11:08 AndresTraks

There are currently no double precision System.Numerics types, so the double precision branch would have to keep using BulletSharp.Math.

AndresTraks avatar Aug 10 '20 22:08 AndresTraks

Double-precision support for System.Numerics expected in .NET 6, perhaps late 2021.

MikePelton avatar Dec 26 '20 10:12 MikePelton

I have done a port to System.Numerics (excluding demos and 64-bit support) in #84.

epicabsol avatar Mar 17 '22 08:03 epicabsol