Added [Box|Rect]::Translate
Former-commit-id: 72b4cd351a7233df89709366fbe7ce59e4ba94e7
This commit is contained in:
@@ -56,6 +56,8 @@ class NzRect
|
||||
|
||||
NzString ToString() const;
|
||||
|
||||
NzRect& Translate(const NzVector2<T>& translation);
|
||||
|
||||
T& operator[](unsigned int i);
|
||||
T operator[](unsigned int i) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user