Replace Matrix2 with Matrix3x2 (#870)

* Replace `Matrix2` with `Matrix3x2`

* Update benchmarks

* Add XML documentation for `Matrix3x2`
This commit is contained in:
Christopher Whitley
2024-05-27 15:44:38 -04:00
committed by GitHub
parent d008b1bd41
commit 49038f5d42
23 changed files with 1447 additions and 1150 deletions
@@ -0,0 +1,7 @@
using BenchmarkDotNet.Running;
using MonoGame.Extended.Benchmarks;
BenchmarkRunner.Run<Matrix3x2Benchmarks>();
Console.WriteLine("finished");