MCPcopy 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
40bool LuaStack::is_quaternion(int i)
41{
42 return device()->_lua_environment->is_quaternion((Quaternion *)lua_touserdata(L, i));
43}
44
45bool LuaStack::is_matrix4x4(int i)
46{

Callers 3

lua_dump_tableFunction · 0.45
load_apiFunction · 0.45
check_temporaryMethod · 0.45

Calls 2

deviceFunction · 0.85
lua_touserdataFunction · 0.50

Tested by

no test coverage detected