Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ push_quaternion
Method
push_quaternion
src/lua/lua_stack.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void LuaStack::push_quaternion(const Quaternion &q)
97
{
98
lua_pushlightuserdata(L, device()->_lua_environment->next_quaternion(q));
99
}
100
101
void LuaStack::push_matrix4x4(const Matrix4x4 &m)
102
{
Callers
2
quaternionbox_unbox
Function · 0.80
load_api
Function · 0.80
Calls
3
device
Function · 0.85
next_quaternion
Method · 0.80
lua_pushlightuserdata
Function · 0.50
Tested by
no test coverage detected