summaryrefslogtreecommitdiff
path: root/Assets/Algorithms/Algebra/Vector3Utils.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Algorithms/Algebra/Vector3Utils.cs')
-rw-r--r--Assets/Algorithms/Algebra/Vector3Utils.cs13
1 files changed, 13 insertions, 0 deletions
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
+ {
+
+
+ }
+}