mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
removed debug methods
This commit is contained in:
@@ -26,11 +26,8 @@ namespace omath::projection
|
||||
public:
|
||||
Camera(const Vector3& position, const Vector3& viewAngles, const ViewPort& 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 GetTranslationMatrix() const;
|
||||
|
||||
Reference in New Issue
Block a user