#include <lua_vector3.h>
Definition at line 31 of file lua_vector3.h.
◆ Add()
int argos::CLuaVector3::Add |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Create()
int argos::CLuaVector3::Create |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ CrossProduct()
int argos::CLuaVector3::CrossProduct |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ DotProduct()
int argos::CLuaVector3::DotProduct |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Equal()
int argos::CLuaVector3::Equal |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ FromLuaState()
int argos::CLuaVector3::FromLuaState |
( |
lua_State * |
pt_state, |
|
|
int |
n_index, |
|
|
CVector3 & |
c_vector |
|
) |
| |
|
static |
◆ GetMetatableKey()
static const std::string& argos::CLuaVector3::GetMetatableKey |
( |
| ) |
|
|
inlinestatic |
◆ Length()
int argos::CLuaVector3::Length |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Multiply()
int argos::CLuaVector3::Multiply |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Normalize()
int argos::CLuaVector3::Normalize |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ RegisterMetatable()
void argos::CLuaVector3::RegisterMetatable |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Rotate()
int argos::CLuaVector3::Rotate |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ Subtract()
int argos::CLuaVector3::Subtract |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ ToLuaState() [1/2]
void argos::CLuaVector3::ToLuaState |
( |
lua_State * |
pt_state, |
|
|
int |
n_index, |
|
|
const CVector3 & |
c_vector |
|
) |
| |
|
static |
◆ ToLuaState() [2/2]
void argos::CLuaVector3::ToLuaState |
( |
lua_State * |
pt_state, |
|
|
const CVector3 & |
c_vector |
|
) |
| |
|
static |
◆ ToString()
int argos::CLuaVector3::ToString |
( |
lua_State * |
pt_state | ) |
|
|
static |
◆ UnaryMinus()
int argos::CLuaVector3::UnaryMinus |
( |
lua_State * |
pt_state | ) |
|
|
static |