diff --git a/src/gamematrix.cpp b/src/gamematrix.cpp index 3b68333..3971e61 100644 --- a/src/gamematrix.cpp +++ b/src/gamematrix.cpp @@ -1,9 +1,3 @@ -<<<<<<< HEAD -// -======= - - // ->>>>>>> 5fc4346 (funktioniert, 3 oder 6 + Timer komplett) // Created by bakee on 03.11.2025. // #include "gamematrix.h" @@ -42,9 +36,9 @@ namespace Matrix3D { Mat4 result = identity(); - result[0][3] = pos[0]; // x - result[1][3] = pos[1]; // y - result[2][3] = pos[2]; // z + result[0][3] = pos[0]; + result[1][3] = pos[1]; + result[2][3] = pos[2]; return result; } @@ -98,9 +92,4 @@ namespace Matrix3D return {res_hom[0], res_hom[1], res_hom[2]}; } - -<<<<<<< HEAD } -======= -} ->>>>>>> 5fc4346 (funktioniert, 3 oder 6 + Timer komplett)