TDME2 1.9.121
|
#include <tdme/engine/model/UpVector.h>
Public Member Functions | |
UpVector (const string &name, int ordinal) | |
![]() | |
Enum (const string &name, int32_t ordinal) | |
Public constructor. More... | |
const string & | getName () const |
int32_t | getOrdinal () const |
bool | equals (Enum *enumObject) const |
Compare enum with another enum. More... | |
Static Public Member Functions | |
static UpVector * | valueOf (const string &a0) |
Static Public Attributes | |
static STATIC_DLL_IMPEXT UpVector * | Y_UP = new UpVector("Y_UP", 0) |
static STATIC_DLL_IMPEXT UpVector * | Z_UP = new UpVector("Z_UP", 1) |
Friends | |
class | Model |
Model up vector.
Definition at line 18 of file UpVector.h.
UpVector | ( | const string & | name, |
int | ordinal | ||
) |
Definition at line 13 of file UpVector.cpp.
|
static |
Definition at line 20 of file UpVector.cpp.
|
friend |
Definition at line 21 of file UpVector.h.
Definition at line 24 of file UpVector.h.
Definition at line 25 of file UpVector.h.