static int vec4(lua_State *L) { const float x = luaL_checknumber(L, 1); const float y ... 3); const float w = luaL_checknumber(L, 4); mathfu::Vector<float, ...
確定! 回上一頁