INF2004-Project v0.1
 
Loading...
Searching...
No Matches
maze_navigator_state Struct Reference

This struct contains the state of a navigator in the maze. More...

#include <maze.h>

Collaboration diagram for maze_navigator_state:
[legend]

Data Fields

maze_cardinal_direction_t orientation
 
maze_grid_cell_tp_current_node
 
maze_grid_cell_tp_end_node
 Pointer to the end node of the maze.
 
maze_grid_cell_tp_start_node
 Pointer to the start node of the maze.
 

Detailed Description

This struct contains the state of a navigator in the maze.

Field Documentation

◆ orientation

Orientation of the navigator. This is an enum.

◆ p_current_node

maze_grid_cell_t* p_current_node

Pointer to the current location of the navigator.


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