Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Attributes | List of all members
Vertex Struct Reference

Public Types

enum  { UNEXPLORED, OPEN, CLOSED }
 

Public Attributes

CFixedVector2D p
 
fixed g
 
fixed h
 
u16 pred
 
u8 status
 
u8 quadInward: 4
 
u8 quadOutward: 4
 

Detailed Description

Definition at line 86 of file CCmpPathfinder_Vertex.cpp.

Member Enumeration Documentation

anonymous enum
Enumerator
UNEXPLORED 
OPEN 
CLOSED 

Definition at line 88 of file CCmpPathfinder_Vertex.cpp.

Member Data Documentation

fixed Vertex::g

Definition at line 96 of file CCmpPathfinder_Vertex.cpp.

fixed Vertex::h

Definition at line 96 of file CCmpPathfinder_Vertex.cpp.

CFixedVector2D Vertex::p

Definition at line 95 of file CCmpPathfinder_Vertex.cpp.

u16 Vertex::pred

Definition at line 97 of file CCmpPathfinder_Vertex.cpp.

u8 Vertex::quadInward

Definition at line 99 of file CCmpPathfinder_Vertex.cpp.

u8 Vertex::quadOutward

Definition at line 100 of file CCmpPathfinder_Vertex.cpp.

u8 Vertex::status

Definition at line 98 of file CCmpPathfinder_Vertex.cpp.


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