Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ToMatrix4
Function
ToMatrix4
engine/script/src/script_vmath.cpp:723–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
Matrix4* ToMatrix4(lua_State *L, int index)
724
{
725
return (Matrix4*)ToUserType(L, index, TYPE_HASHES[SCRIPT_TYPE_MATRIX4]);
726
}
727
728
static int Matrix4_tostring(lua_State *L)
729
{
Callers
6
CheckUserData
Function · 0.70
Matrix4_mul
Function · 0.70
Matrix4_eq
Function · 0.70
DoCheckTable
Function · 0.70
TEST_F
Function · 0.50
TEST_F
Function · 0.50
Calls
1
ToUserType
Function · 0.85
Tested by
2
TEST_F
Function · 0.40
TEST_F
Function · 0.40