Merge pull request #688 from zhehangd/master

This commit is contained in:
Rémi Verschelde
2022-02-19 16:31:32 +01:00
committed by GitHub
3 changed files with 11 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ public:
real_t aspect() const { return width / height; }
operator String() const;
operator Vector2i() const;
inline Vector2() {}
inline Vector2(real_t p_x, real_t p_y) {