From 4ea4bbfcb03091cb987dc151d41980ec16f3d18d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Apr 2019 22:31:12 +0800 Subject: *misc --- source/modules/asura-utils/math/rect.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/modules/asura-utils/math/rect.hpp') 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& src1, const Rect& src2, Rect& intersection); + void Set(T x, T y, T w, T h); + T x, y, w, h; }; -- cgit v1.1-26-g67d0