Does the C# standard library contain any type representing a 3D int Vector? I know of System.Numerics.Vector3 which is a 3D float Vector, but don't know of any int version.
I'm using .NET Core 3 with C# 8.0
As per the discussion linked to your question goes, I'd recommend that you use Math.NET Numerics or similar 3rd party libraries for this.
The built-in alternatives seems to be either
Hence, Math.Net Numerics is probably your best option as of now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With