mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
added unit test
This commit is contained in:
@@ -15,6 +15,7 @@ namespace omath::projection
|
||||
class Camera
|
||||
{
|
||||
public:
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user