design.txt update

This commit is contained in:
Bendit Straetemans 2025-11-24 16:21:26 +01:00
parent fba740c35c
commit b0dbc38105

View File

@ -14,6 +14,6 @@ public:
// Rotationsmatrix um Achse x/y/z
static std::array<std::array<double,4>,4> rot3D(double angle_deg, char axis);
// Verschiebung
// std::array<std::array<double,4>,4>
static std::array<std::array<double,4>,4> translate(const std::array<double, 3>& pos);
};