mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
small fixes
This commit is contained in:
@@ -18,7 +18,7 @@ namespace omath
|
||||
// Constructors
|
||||
constexpr Vector2() : x(0.f), y(0.f) {}
|
||||
|
||||
constexpr Vector2(float x, float y) : x(x), y(y) {}
|
||||
constexpr Vector2(const float x, const float y) : x(x), y(y) {}
|
||||
|
||||
// Equality operators
|
||||
[[nodiscard]]
|
||||
|
||||
Reference in New Issue
Block a user