Drag[en]gine Game Engine  1.21
deNavigationSpaceCorner Class Reference

Navigation Space Corner. More...

#include <deNavigationSpaceCorner.h>

Public Member Functions

Constructors and Destructors
 deNavigationSpaceCorner ()
 Create new navigation space corner. More...
 
 ~deNavigationSpaceCorner ()
 Clean up navigation space corner. More...
 
Management
unsigned short GetVertex () const
 Index of the vertex. More...
 
void SetVertex (unsigned short vertex)
 Set index of the vertex. More...
 
unsigned short GetType () const
 Type to use for crossing the face edge starting with this corner. More...
 
void SetType (unsigned short type)
 Set type to use for crossing the face edge starting with this corner. More...
 

Detailed Description

Navigation Space Corner.

Constructor & Destructor Documentation

◆ deNavigationSpaceCorner()

deNavigationSpaceCorner::deNavigationSpaceCorner ( )

Create new navigation space corner.

◆ ~deNavigationSpaceCorner()

deNavigationSpaceCorner::~deNavigationSpaceCorner ( )

Clean up navigation space corner.

Member Function Documentation

◆ GetType()

unsigned short deNavigationSpaceCorner::GetType ( ) const
inline

Type to use for crossing the face edge starting with this corner.

◆ GetVertex()

unsigned short deNavigationSpaceCorner::GetVertex ( ) const
inline

Index of the vertex.

◆ SetType()

void deNavigationSpaceCorner::SetType ( unsigned short  type)

Set type to use for crossing the face edge starting with this corner.

◆ SetVertex()

void deNavigationSpaceCorner::SetVertex ( unsigned short  vertex)

Set index of the vertex.


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