TDME2 1.9.121
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
UpVector Class Referencefinal

Model up vector. More...

#include <tdme/engine/model/UpVector.h>

Inheritance diagram for UpVector:
Inheritance graph
Collaboration diagram for UpVector:
Collaboration graph

Public Member Functions

 UpVector (const string &name, int ordinal)
 
- Public Member Functions inherited from Enum
 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 UpVectorvalueOf (const string &a0)
 

Static Public Attributes

static STATIC_DLL_IMPEXT UpVectorY_UP = new UpVector("Y_UP", 0)
 
static STATIC_DLL_IMPEXT UpVectorZ_UP = new UpVector("Z_UP", 1)
 

Friends

class Model
 

Detailed Description

Model up vector.

Definition at line 18 of file UpVector.h.

Constructor & Destructor Documentation

◆ UpVector()

UpVector ( const string &  name,
int  ordinal 
)

Definition at line 13 of file UpVector.cpp.

Member Function Documentation

◆ valueOf()

UpVector * valueOf ( const string &  a0)
static

Definition at line 20 of file UpVector.cpp.

Friends And Related Function Documentation

◆ Model

friend class Model
friend

Definition at line 21 of file UpVector.h.

Member Data Documentation

◆ Y_UP

UpVector * Y_UP = new UpVector("Y_UP", 0)
static

Definition at line 24 of file UpVector.h.

◆ Z_UP

UpVector * Z_UP = new UpVector("Z_UP", 1)
static

Definition at line 25 of file UpVector.h.


The documentation for this class was generated from the following files: