37#ifndef H_OGF_GOM_LUA_VEC_MAT_INTEROP_H
38#define H_OGF_GOM_LUA_VEC_MAT_INTEROP_H
70 lua_State* L,
int index,
Any& result,
MetaType* mtype
A class that stores a variable of arbitrary type.
Geometric functions in 2d and 3d.
Global Graphite namespace.
Definitions common to all include files in the gom library.
bool lua_to_graphite_mat_vec(lua_State *L, int index, Any &result, MetaType *mtype)
Converts a Lua object into a Graphite vec or mat type.
bool lua_to_graphite_vec2i(lua_State *L, int index, vec2i &result)
Converts a Lua object into a Graphite vec2i.
bool push_mat_vec(lua_State *L, const Any &matvec)
Pushes a Graphite object onto the Lua stack.