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

#include <ICmpPathfinder.h>

Public Types

enum  Type { POINT, CIRCLE, SQUARE }
 

Public Attributes

enum ICmpPathfinder::Goal::Type type
 
entity_pos_t x
 
entity_pos_t z
 
CFixedVector2D u
 
CFixedVector2D v
 
entity_pos_t hw
 
entity_pos_t hh
 

Detailed Description

Definition at line 54 of file ICmpPathfinder.h.

Member Enumeration Documentation

Enumerator
POINT 
CIRCLE 
SQUARE 

Definition at line 56 of file ICmpPathfinder.h.

Member Data Documentation

entity_pos_t ICmpPathfinder::Goal::hh

Definition at line 63 of file ICmpPathfinder.h.

entity_pos_t ICmpPathfinder::Goal::hw

Definition at line 63 of file ICmpPathfinder.h.

enum ICmpPathfinder::Goal::Type ICmpPathfinder::Goal::type
CFixedVector2D ICmpPathfinder::Goal::u

Definition at line 62 of file ICmpPathfinder.h.

CFixedVector2D ICmpPathfinder::Goal::v

Definition at line 62 of file ICmpPathfinder.h.

entity_pos_t ICmpPathfinder::Goal::x

Definition at line 61 of file ICmpPathfinder.h.

entity_pos_t ICmpPathfinder::Goal::z

Definition at line 61 of file ICmpPathfinder.h.


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