.Net
Custom Vector class with System.Runtime.Intrinsics
Motivation I am trying to create my own Math library in C# (NET Core 3.1) which of course includes vectors. The main purpose for this is that the Matrix structs in the System.Numerics namespace are Read more…