diff options
Diffstat (limited to 'DefaultContent/Libraries/Framework/Math')
5 files changed, 0 insertions, 7 deletions
diff --git a/DefaultContent/Libraries/Framework/Math/Matrix44.lua b/DefaultContent/Libraries/Framework/Math/Matrix44.lua deleted file mode 100644 index b572f74..0000000 --- a/DefaultContent/Libraries/Framework/Math/Matrix44.lua +++ /dev/null @@ -1,7 +0,0 @@ -local Matrix44 = {} - -Matrix44.New = function() - -end - -return Matrix44
\ No newline at end of file diff --git a/DefaultContent/Libraries/Framework/Math/Quaternion.lua b/DefaultContent/Libraries/Framework/Math/Quaternion.lua deleted file mode 100644 index e69de29..0000000 --- a/DefaultContent/Libraries/Framework/Math/Quaternion.lua +++ /dev/null diff --git a/DefaultContent/Libraries/Framework/Math/Vector2.lua b/DefaultContent/Libraries/Framework/Math/Vector2.lua deleted file mode 100644 index e69de29..0000000 --- a/DefaultContent/Libraries/Framework/Math/Vector2.lua +++ /dev/null diff --git a/DefaultContent/Libraries/Framework/Math/Vector3.lua b/DefaultContent/Libraries/Framework/Math/Vector3.lua deleted file mode 100644 index e69de29..0000000 --- a/DefaultContent/Libraries/Framework/Math/Vector3.lua +++ /dev/null diff --git a/DefaultContent/Libraries/Framework/Math/Vector4.lua b/DefaultContent/Libraries/Framework/Math/Vector4.lua deleted file mode 100644 index e69de29..0000000 --- a/DefaultContent/Libraries/Framework/Math/Vector4.lua +++ /dev/null |