From 4b652abe1d76f1bcbe5d7583a8986256f50c483d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 19:30:44 +0800 Subject: -LuaBindClass::RegisterNativeClass --- Runtime/Math/Math.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Runtime/Math/Math.h') diff --git a/Runtime/Math/Math.h b/Runtime/Math/Math.h index 7f61544..aaeb264 100644 --- a/Runtime/Math/Math.h +++ b/Runtime/Math/Math.h @@ -9,3 +9,9 @@ #define max(a, b)\ (a)>(b)?(a):(b) + +typedef Internal::Vector2 Vector2; +typedef Internal::Vector3 Vector3; +typedef Internal::Vector4 Vector4; +typedef Internal::Matrix44 Matrix44; +typedef Internal::Rect Rect; -- cgit v1.1-26-g67d0