Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ is_quaternion
Method
is_quaternion
src/lua/lua_stack.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool LuaStack::is_quaternion(int i)
41
{
42
return device()->_lua_environment->is_quaternion((Quaternion *)lua_touserdata(L, i));
43
}
44
45
bool LuaStack::is_matrix4x4(int i)
46
{
Callers
3
lua_dump_table
Function · 0.45
load_api
Function · 0.45
check_temporary
Method · 0.45
Calls
2
device
Function · 0.85
lua_touserdata
Function · 0.50
Tested by
no test coverage detected