diff options
author | chai <chaifix@163.com> | 2021-11-04 12:48:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-04 12:48:01 +0800 |
commit | 94a9a28de16badb75e66a60efca3b01d31cc0fc6 (patch) | |
tree | a37e09236da2b7cda11a451d6fed4fe37afb065c /Runtime/Math/Math.h | |
parent | b215d811a1981e20f35bb31df4e6cd2a74146193 (diff) |
* text anchor
Diffstat (limited to 'Runtime/Math/Math.h')
-rw-r--r-- | Runtime/Math/Math.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Runtime/Math/Math.h b/Runtime/Math/Math.h index 5e08613..80f23f7 100644 --- a/Runtime/Math/Math.h +++ b/Runtime/Math/Math.h @@ -8,8 +8,11 @@ #include "Rect.h" #include "MathHelper.h" -typedef Internal::Vector2 Vector2; typedef Internal::Vector3 Vector3; typedef Internal::Vector4 Vector4; typedef Internal::Matrix44 Matrix44; typedef Internal::Rect Rect; + +typedef Internal::Vector2T<int> Vector2i; +typedef Internal::Vector2T<float> Vector2f; + |