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); };