#include <lua_vector2.h>
|
static void | RegisterType (lua_State *pt_state) |
|
static const std::string & | GetTypeId () |
|
static int | Create (lua_State *pt_state) |
|
template<class... TArguments> |
static void | PushVector2 (lua_State *pt_state, TArguments &&... t_arguments) |
|
static CVector2 & | ToVector2 (lua_State *pt_state, int n_index) |
|
static int | Index (lua_State *pt_state) |
|
static int | NewIndex (lua_State *pt_state) |
|
static int | ToString (lua_State *pt_state) |
|
static int | Equal (lua_State *pt_state) |
|
static int | Add (lua_State *pt_state) |
|
static int | Multiply (lua_State *pt_state) |
|
static int | Subtract (lua_State *pt_state) |
|
static int | UnaryMinus (lua_State *pt_state) |
|
static int | Normalize (lua_State *pt_state) |
|
static int | Length (lua_State *pt_state) |
|
static int | DotProduct (lua_State *pt_state) |
|
static int | CrossProduct (lua_State *pt_state) |
|
static int | Rotate (lua_State *pt_state) |
|
Definition at line 24 of file lua_vector2.h.
◆ Add()
int argos::CLuaVector2::Add |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Create()
int argos::CLuaVector2::Create |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ CrossProduct()
int argos::CLuaVector2::CrossProduct |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ DotProduct()
int argos::CLuaVector2::DotProduct |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Equal()
int argos::CLuaVector2::Equal |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ GetTypeId()
static const std::string& argos::CLuaVector2::GetTypeId |
( |
| ) |
|
|
inlinestatic |
◆ Index()
int argos::CLuaVector2::Index |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Length()
int argos::CLuaVector2::Length |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Multiply()
int argos::CLuaVector2::Multiply |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ NewIndex()
int argos::CLuaVector2::NewIndex |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Normalize()
int argos::CLuaVector2::Normalize |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ PushVector2()
template<class... TArguments>
static void argos::CLuaVector2::PushVector2 |
( |
lua_State * |
pt_state, |
|
|
TArguments &&... |
t_arguments |
|
) |
| |
|
inlinestatic |
◆ RegisterType()
void argos::CLuaVector2::RegisterType |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Rotate()
int argos::CLuaVector2::Rotate |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Subtract()
int argos::CLuaVector2::Subtract |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ ToString()
int argos::CLuaVector2::ToString |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ ToVector2()
CVector2 & argos::CLuaVector2::ToVector2 |
( |
lua_State * |
pt_state, |
|
|
int |
n_index |
|
) |
| |
|
static |
◆ UnaryMinus()
int argos::CLuaVector2::UnaryMinus |
( |
lua_State * |
pt_state | ) |
|
|
static |