fix: last game update

This commit is contained in:
2024-06-12 15:56:21 +02:00
parent 58a6b03839
commit 47a21f293e
13 changed files with 54702 additions and 209248 deletions

View File

@@ -11,7 +11,7 @@ namespace Transform {
app::Quaternion GetRotation(app::Transform* transform);
app::Vector3 GetForward(app::Transform* transform);
app::Vector3 GetRight(app::Transform* transform);
app::Vector3 GetEulerAngles(app::Quaternion rotation);
app::Vector3 GetEulerAngles(app::Quaternion__Boxed rotation);
app::Quaternion QuaternionEuler(app::Vector3 eulerAngles);
app::Quaternion QuaternionIdentity();