Merge pull request #688 from zhehangd/master
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user