From b0dbc38105f16cb340ebcf5b9f53e9e2963c4b09 Mon Sep 17 00:00:00 2001 From: benditstr Date: Mon, 24 Nov 2025 16:21:26 +0100 Subject: [PATCH] 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); };