mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
moved file
This commit is contained in:
@@ -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}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user