static int dotVector(lua_State *L) { mathfu::Vector<float, 4> *vecA = *static_cast<mathfu::Vector<float, 4> **>(luaL_checkudata(L, 1, VECTOR_LIB_NAME)); ...
確定! 回上一頁