Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Math folder with equivalent System.Numerics classes #74

Open
CallumDev opened this issue Aug 4, 2020 · 4 comments
Open

Replace Math folder with equivalent System.Numerics classes #74

CallumDev opened this issue Aug 4, 2020 · 4 comments

Comments

@CallumDev
Copy link

This aids interoperability with code written to target .NET Standard

@AndresTraks
Copy link
Owner

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
Copy link
Owner

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

@MikePelton
Copy link

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

@epicabsol
Copy link
Contributor

epicabsol commented Mar 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants