![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
An extended point structure for movement with direction. More...
#include <Beetle_BaseClasses.h>
Public Member Functions | |
PointDirection (const int a_x, const int a_y, const unsigned a_dir) | |
PointDirection () | |
Public Attributes | |
int | m_x |
int | m_y |
unsigned | m_direction |
An extended point structure for movement with direction.
|
inline |
References m_direction, m_x, and m_y.
|
inline |
References m_direction, m_x, and m_y.
unsigned PointDirection::m_direction |
Referenced by Beetle_Adult::MoveToWithPlacesList(), and PointDirection().
int PointDirection::m_x |
int PointDirection::m_y |