summaryrefslogtreecommitdiff
path: root/Assets/Algorithms/Algebra
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
parent2749e059084b99737d79aadd92521023b0f65f56 (diff)
Diffstat (limited to 'Assets/Algorithms/Algebra')
-rw-r--r--Assets/Algorithms/Algebra/Linear.cs13
-rw-r--r--Assets/Algorithms/Algebra/MatrixUtils.cs13
-rw-r--r--Assets/Algorithms/Algebra/MatrixUtils.cs.meta11
-rw-r--r--Assets/Algorithms/Algebra/Vector3Utils.cs13
-rw-r--r--Assets/Algorithms/Algebra/Vector3Utils.cs.meta11
5 files changed, 52 insertions, 9 deletions
diff --git a/Assets/Algorithms/Algebra/Linear.cs b/Assets/Algorithms/Algebra/Linear.cs
index 5448b50..29584ce 100644
--- a/Assets/Algorithms/Algebra/Linear.cs
+++ b/Assets/Algorithms/Algebra/Linear.cs
@@ -2,17 +2,12 @@
using System.Collections.Generic;
using UnityEngine;
-public class Linear : MonoBehaviour
+
+namespace AlgorithmCollection.Algebra
{
- // Start is called before the first frame update
- void Start()
+ public static class Linear
{
-
- }
- // Update is called once per frame
- void Update()
- {
-
+
}
}
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
+ {
+
+
+ }
+}
diff --git a/Assets/Algorithms/Algebra/MatrixUtils.cs.meta b/Assets/Algorithms/Algebra/MatrixUtils.cs.meta
new file mode 100644
index 0000000..1ac378e
--- /dev/null
+++ b/Assets/Algorithms/Algebra/MatrixUtils.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: bb506f4381cf42643a1d968c52ec0bae
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Algorithms/Algebra/Vector3Utils.cs b/Assets/Algorithms/Algebra/Vector3Utils.cs
new file mode 100644
index 0000000..d77030f
--- /dev/null
+++ b/Assets/Algorithms/Algebra/Vector3Utils.cs
@@ -0,0 +1,13 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+
+namespace AlgorithmCollection.Algebra
+{
+ public static class Vector3Utils
+ {
+
+
+ }
+}
diff --git a/Assets/Algorithms/Algebra/Vector3Utils.cs.meta b/Assets/Algorithms/Algebra/Vector3Utils.cs.meta
new file mode 100644
index 0000000..856cdea
--- /dev/null
+++ b/Assets/Algorithms/Algebra/Vector3Utils.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 5550f49c26a0d8e4c8d014b7e7b530a5
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant: