summaryrefslogtreecommitdiff
path: root/Assets/Algorithms/Algebra/MatrixUtils.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-06-24 19:55:26 +0800
committerchai <chaifix@163.com>2021-06-24 19:55:26 +0800
commitdbcd0c269014100b7d4cc421c5ab518f275cca09 (patch)
tree6564ca8a58b6921d4782bba3feae0ea787f9e1f4 /Assets/Algorithms/Algebra/MatrixUtils.cs
parent2749e059084b99737d79aadd92521023b0f65f56 (diff)
Diffstat (limited to 'Assets/Algorithms/Algebra/MatrixUtils.cs')
-rw-r--r--Assets/Algorithms/Algebra/MatrixUtils.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Assets/Algorithms/Algebra/MatrixUtils.cs b/Assets/Algorithms/Algebra/MatrixUtils.cs
new file mode 100644
index 0000000..84c12c3
--- /dev/null
+++ b/Assets/Algorithms/Algebra/MatrixUtils.cs
@@ -0,0 +1,13 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+
+namespace AlgorithmCollection.Algebra
+{
+ public static class MatrixUtils
+ {
+
+
+ }
+}