Cub3D
 
Loading...
Searching...
No Matches
s_map_raoul Struct Reference

Structure to handle the special map needed for rendering. More...

#include <data_structure.h>

Collaboration diagram for s_map_raoul:

Data Fields

int * walls
 
size_t width
 
size_t height
 
t_pos2 start_pos
 
float start_angle
 
t_pos2 key
 
t_pos2 door
 

Detailed Description

Structure to handle the special map needed for rendering.

Field Documentation

◆ door

t_pos2 s_map_raoul::door

◆ height

size_t s_map_raoul::height

◆ key

t_pos2 s_map_raoul::key

◆ start_angle

float s_map_raoul::start_angle

◆ start_pos

t_pos2 s_map_raoul::start_pos

◆ walls

int* s_map_raoul::walls

◆ width

size_t s_map_raoul::width

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