diff options
Diffstat (limited to 'DefaultContent/Libraries/Framework/Math')
5 files changed, 7 insertions, 0 deletions
diff --git a/DefaultContent/Libraries/Framework/Math/Matrix44.lua b/DefaultContent/Libraries/Framework/Math/Matrix44.lua new file mode 100644 index 0000000..b572f74 --- /dev/null +++ b/DefaultContent/Libraries/Framework/Math/Matrix44.lua @@ -0,0 +1,7 @@ +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 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/DefaultContent/Libraries/Framework/Math/Quaternion.lua diff --git a/DefaultContent/Libraries/Framework/Math/Vector2.lua b/DefaultContent/Libraries/Framework/Math/Vector2.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/DefaultContent/Libraries/Framework/Math/Vector2.lua diff --git a/DefaultContent/Libraries/Framework/Math/Vector3.lua b/DefaultContent/Libraries/Framework/Math/Vector3.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/DefaultContent/Libraries/Framework/Math/Vector3.lua diff --git a/DefaultContent/Libraries/Framework/Math/Vector4.lua b/DefaultContent/Libraries/Framework/Math/Vector4.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/DefaultContent/Libraries/Framework/Math/Vector4.lua |