From d7c051cecf0db9056e94d5e80146aa0b066e606b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 4 Nov 2021 13:49:05 +0800 Subject: *text alignment --- Runtime/Math/Math.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Runtime/Math/Math.h') diff --git a/Runtime/Math/Math.h b/Runtime/Math/Math.h index 80f23f7..0d1590e 100644 --- a/Runtime/Math/Math.h +++ b/Runtime/Math/Math.h @@ -8,11 +8,18 @@ #include "Rect.h" #include "MathHelper.h" -typedef Internal::Vector3 Vector3; -typedef Internal::Vector4 Vector4; + typedef Internal::Matrix44 Matrix44; typedef Internal::Rect Rect; typedef Internal::Vector2T Vector2i; typedef Internal::Vector2T Vector2f; +typedef Vector2f Vector2; + +typedef Internal::Vector3T Vector3f; +typedef Internal::Vector3T Vector3i; +typedef Vector3f Vector3; +typedef Internal::Vector4T Vector4f; +typedef Internal::Vector4T Vector4i; +typedef Vector4f Vector4; -- cgit v1.1-26-g67d0