Coordinate Transforms in .Net Core 3 with MathNet
Sometimes you will need to convert between two coordinate systems. In this case, we are going to transform the coordinates using .Net Core 3.0 and MathNet. The MathNet assemblies can be download from NuGet; I am using MathNet 4.8.1, which is the latest version at the time of writing and is already compatible with .Net Core 3.0. In my example, I have two coordinate systems, one starting at point 0,0 and with a max x and y of 600 and…