mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
Replace Matrix2 with Matrix3x2 (#870)
* Replace `Matrix2` with `Matrix3x2` * Update benchmarks * Add XML documentation for `Matrix3x2`
This commit is contained in:
committed by
GitHub
parent
d008b1bd41
commit
49038f5d42
@@ -0,0 +1,7 @@
|
||||
using BenchmarkDotNet.Running;
|
||||
using MonoGame.Extended.Benchmarks;
|
||||
|
||||
|
||||
BenchmarkRunner.Run<Matrix3x2Benchmarks>();
|
||||
|
||||
Console.WriteLine("finished");
|
||||
Reference in New Issue
Block a user