mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
added debug methods
This commit is contained in:
@@ -18,9 +18,12 @@ namespace omath::projection
|
||||
Camera(const Vector3& position, const Vector3& viewAngles, const Vector3& viewPort, float fov, float near, float far);
|
||||
void SetViewAngles(const Vector3& viewAngles);
|
||||
[[nodiscard]] const Vector3& GetViewAngles() const;
|
||||
static float& GetFloat1();
|
||||
|
||||
static float& GetFloat2();
|
||||
|
||||
[[nodiscard]] Matrix GetViewMatrix() const;
|
||||
[[nodiscard]] Matrix GetProjectionMatrix() const;
|
||||
[[nodiscard]] Matrix GetProjectionMatrix(float scaleX, float scaleY) const;
|
||||
[[nodiscard]] Matrix GetTranslationMatrix() const;
|
||||
[[nodiscard]] Matrix GetOrientationMatrix() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user