maybe improved matrix

This commit is contained in:
2024-08-27 21:41:21 +03:00
parent 3b897e27a8
commit 8a67b7edbe
3 changed files with 14 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ namespace omath::projection
static float& GetFloat2();
[[nodiscard]] Matrix GetViewMatrix() const;
[[nodiscard]] Matrix GetProjectionMatrix(float scaleX, float scaleY) const;
[[nodiscard]] Matrix GetProjectionMatrix() const;
[[nodiscard]] Matrix GetTranslationMatrix() const;
[[nodiscard]] Matrix GetOrientationMatrix() const;