mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-04 17:21:01 +07:00
math: remove contains_nan and is_finite
This commit is contained in:
@@ -90,9 +90,5 @@ function m4f.inversed(m) end
|
||||
---@return m4f
|
||||
function m4f.transposed(m) end
|
||||
|
||||
---@param m m4f
|
||||
---@return boolean
|
||||
function m4f.contains_nan(m) end
|
||||
|
||||
---@type m4f
|
||||
_G.m4f = _G.m4f or m4f
|
||||
|
||||
Reference in New Issue
Block a user