Tactics: Western Philosophers Vs. Musicians  0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
OpenSkyNet::CD::Grid::BinDir Struct Reference

#include <CDGrid.h>

Public Member Functions

 BinDir (const Math::Point< int > &bin_, DIRECTION dir_)
 

Public Attributes

const Math::Point< int > * _bin
 
DIRECTION _dir
 

Detailed Description

A combination of bin and direction. These two pieces of data define where a bin is at both absolutely and relative to a neighbor bin. Both pieces of data often need to be saved in queues and priority queues that implement pathfinding algorithms.

Constructor & Destructor Documentation

OpenSkyNet::CD::Grid::BinDir::BinDir ( const Math::Point< int > &  bin_,
DIRECTION  dir_ 
)
inline

Member Data Documentation

const Math::Point<int>* OpenSkyNet::CD::Grid::BinDir::_bin
DIRECTION OpenSkyNet::CD::Grid::BinDir::_dir

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