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/Vector3.cpp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Runtime/Math/Vector3.cpp (limited to 'Runtime/Math/Vector3.cpp') diff --git a/Runtime/Math/Vector3.cpp b/Runtime/Math/Vector3.cpp deleted file mode 100644 index 13bc9fd..0000000 --- a/Runtime/Math/Vector3.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include "Vector3.h" - -Internal::Vector3 Internal::Vector3::one = Internal::Vector3(1, 1, 1); -Internal::Vector3 Internal::Vector3::zero = Internal::Vector3(0, 0, 0); -- cgit v1.1-26-g67d0