remove quat and little clean up math

This commit is contained in:
2019-12-18 19:25:23 +07:00
parent 36f516ab1c
commit 1fac2791d1
44 changed files with 218 additions and 1328 deletions

View File

@@ -16,8 +16,6 @@ function m2f.zero() end
function m2f.identity() end
---@overload fun(x: number, y: number): m2f
---@overload fun(xy: v4f): m2f
---@overload fun(xy: v3f): m2f
---@overload fun(xy: v2f): m2f
---@return m2f
function m2f.make_scale(...) end