moved file

This commit is contained in:
2024-12-08 05:39:24 +03:00
parent ecdd9ecdd6
commit 2488388aa4
2 changed files with 3 additions and 3 deletions

View File

@@ -353,10 +353,10 @@ namespace omath
{
return
{
{1, 0, 0, 0},
{1, 0, 0, 0},
{0, angle.Cos(), -angle.Sin(), 0},
{0, angle.Sin(), angle.Cos(), 0},
{0, 0, 0, 1}
{0, angle.Sin(), angle.Cos(), 0},
{0, 0, 0, 1}
};
}