multiRotatingAxisMotion added and tested

This commit is contained in:
hamidrezanorouzi
2023-01-08 08:06:15 +03:30
parent 0d45a2b8a5
commit 990a4a8d52
13 changed files with 809 additions and 8 deletions

View File

@ -206,7 +206,7 @@ public:
}
INLINE_FUNCTION_H
bool move(real dt)
bool move(real t, real dt)
{
return true;
}