summaryrefslogtreecommitdiff
path: root/source/modules/asura-utils/math/rect.hpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-04-08 22:31:12 +0800
committerchai <chaifix@163.com>2019-04-08 22:31:12 +0800
commit4ea4bbfcb03091cb987dc151d41980ec16f3d18d (patch)
treebdbe56d8c570b5f243744fbfc5a6cdd2c4f6dc4f /source/modules/asura-utils/math/rect.hpp
parente47baca4f23db43ec91fbf64d5d06d7c0dbee495 (diff)
*misc
Diffstat (limited to 'source/modules/asura-utils/math/rect.hpp')
-rw-r--r--source/modules/asura-utils/math/rect.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/modules/asura-utils/math/rect.hpp b/source/modules/asura-utils/math/rect.hpp
index 15981c2..010a5db 100644
--- a/source/modules/asura-utils/math/rect.hpp
+++ b/source/modules/asura-utils/math/rect.hpp
@@ -29,6 +29,8 @@ namespace AsuraEngine
///
static bool Intersect(const Rect<T>& src1, const Rect<T>& src2, Rect<T>& intersection);
+ void Set(T x, T y, T w, T h);
+
T x, y, w, h;
};