diff options
author | chai <chaifix@163.com> | 2021-10-22 23:59:54 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-22 23:59:54 +0800 |
commit | 4dafefe46a72ba47468b13d011f8299055081b0f (patch) | |
tree | 2a85835ec4d74fecf3815397b384cefe39d31f56 /Resources/DefaultContent/Libraries | |
parent | 1f18d2afec632aa9361079ca3bcb5a7f2d73db3a (diff) |
*LuaBind
Diffstat (limited to 'Resources/DefaultContent/Libraries')
-rw-r--r-- | Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua | 11 |
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 |