diff --git a/.idea/editor.xml b/.idea/editor.xml
index e54e87a..ff4427b 100644
--- a/.idea/editor.xml
+++ b/.idea/editor.xml
@@ -98,5 +98,483 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Andrei_Test.txt b/Andrei_Test.txt
deleted file mode 100644
index 9033296..0000000
--- a/Andrei_Test.txt
+++ /dev/null
@@ -1 +0,0 @@
-hallo
\ No newline at end of file
diff --git a/Das ist ein von jaro.txt b/Das ist ein von jaro.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/Test_Developer_This_is_my_Branch.txt b/Test_Developer_This_is_my_Branch.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log
new file mode 100644
index 0000000..1a39e10
--- /dev/null
+++ b/cmake-build-debug/Testing/Temporary/LastTest.log
@@ -0,0 +1,3 @@
+Start testing: Nov 03 12:23 Mitteleuropäische Zeit
+----------------------------------------------------------
+End testing: Nov 03 12:23 Mitteleuropäische Zeit
diff --git a/gitguide_kris.txt b/gitguide_kris.txt
deleted file mode 100644
index 2a4795e..0000000
--- a/gitguide_kris.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Download
-git Clone (link)
-
-Download-Ordner
-cd (/Pfad)
-
-pull = ziehen/ abgleichen
-
-
-Upload
-git Clone (link)
-
-git pull
-
-fix:
-(cd prog3b_652
-git Status
-git pull)
-
-
-git Status
-git add
- *= alles / Dateiname sonst
-
diff --git a/includes/gamematrix.cpp b/includes/gamematrix.cpp
new file mode 100644
index 0000000..eb945c9
--- /dev/null
+++ b/includes/gamematrix.cpp
@@ -0,0 +1,14 @@
+//
+// Created by kris- on 03.11.2025.
+//
+#include
+
+static std::array,4> matmul(const std::array,4>& A,
+ const std::array,4>& B);
+
+// Rotationsmatrix um Achse x/y/z
+static std::array,4> rot3D(double angle_deg, char axis);
+
+// Verschiebung
+static std::array,4> translate(const std::array& pos);
+
diff --git a/test_severin.txt b/test_severin.txt
deleted file mode 100644
index aa371e1..0000000
--- a/test_severin.txt
+++ /dev/null
@@ -1 +0,0 @@
-git push pull test