From b0dbc38105f16cb340ebcf5b9f53e9e2963c4b09 Mon Sep 17 00:00:00 2001 From: benditstr Date: Mon, 24 Nov 2025 16:21:26 +0100 Subject: [PATCH 1/3] design.txt update --- includes/gamematrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/gamematrix.h b/includes/gamematrix.h index 7a644d6..7a5e064 100644 --- a/includes/gamematrix.h +++ b/includes/gamematrix.h @@ -14,6 +14,6 @@ public: // Rotationsmatrix um Achse x/y/z static std::array,4> rot3D(double angle_deg, char axis); - // Verschiebung + // std::array,4> static std::array,4> translate(const std::array& pos); }; From 7cc1d0cbfd270855ede02463f3e6dd2d3038529b Mon Sep 17 00:00:00 2001 From: benditstr Date: Mon, 24 Nov 2025 16:21:33 +0100 Subject: [PATCH 2/3] design.txt update --- .idea/editor.xml | 97 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/.idea/editor.xml b/.idea/editor.xml index b0d69ef..1f0ef49 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -1,6 +1,103 @@ +