summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-22 23:59:54 +0800
committerchai <chaifix@163.com>2021-10-22 23:59:54 +0800
commit4dafefe46a72ba47468b13d011f8299055081b0f (patch)
tree2a85835ec4d74fecf3815397b384cefe39d31f56 /Resources/DefaultContent/Libraries
parent1f18d2afec632aa9361079ca3bcb5a7f2d73db3a (diff)
*LuaBind
Diffstat (limited to 'Resources/DefaultContent/Libraries')
-rw-r--r--Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua b/Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua
deleted file mode 100644
index 1f2ed78..0000000
--- a/Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-local Euler = GameLab.Class("Euler", "GameLab.Engine.Math")
-
-Euler.Ctor = function (self, x, y, z)
- self.x = x or 0
- self.y = y or 0
- self.z = z or 0
-end
-
-
-
-return Euler \ No newline at end of file