mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
removed trash
This commit is contained in:
@@ -166,7 +166,6 @@ namespace omath
|
||||
return {x / fl, y / fl};
|
||||
}
|
||||
|
||||
|
||||
// Normalize the vector
|
||||
[[nodiscard]] Vector2 Normalized() const;
|
||||
|
||||
|
||||
@@ -27,11 +27,7 @@ namespace omath::projection
|
||||
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;
|
||||
[[nodiscard]] Matrix GetViewMatrix() const;
|
||||
[[nodiscard]] Matrix GetProjectionMatrix() const;
|
||||
[[nodiscard]] Matrix GetTranslationMatrix() const;
|
||||
[[nodiscard]] Matrix GetOrientationMatrix() const;
|
||||
|
||||
[[nodiscard]] std::expected<Vector3, std::string_view> WorldToScreen(const Vector3& worldPosition) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user