MCPcopy Create free account
hub / github.com/DavidColson/Polybox / NewQuat

Function NewQuat

source/userdata.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313// ***********************************************************************
314
315i32 NewQuat(lua_State* L) {
316 UserData* pUserData = AllocUserData(L, Type::Float32, 4, 1);
317 SetImpl(L, pUserData, 0, 1);
318 return 1;
319}
320
321// ***********************************************************************
322i32 Set(lua_State* L) {

Callers

nothing calls this directly

Calls 2

AllocUserDataFunction · 0.85
SetImplFunction · 0.85

Tested by

no test coverage detected