| Cub3D
    | 
| Public Attributes | |
| double | camera_plane_x | 
| t_vector | ray_dir | 
| t_point | grid | 
| t_point | step_dir | 
| t_vector | next_distance | 
| t_vector | delta_distance | 
Definition at line 172 of file type_cub3d.h.
| double s_ray_cast::camera_plane_x | 
Definition at line 173 of file type_cub3d.h.
| t_vector s_ray_cast::delta_distance | 
Definition at line 178 of file type_cub3d.h.
| t_point s_ray_cast::grid | 
Definition at line 175 of file type_cub3d.h.
| t_vector s_ray_cast::next_distance | 
Definition at line 177 of file type_cub3d.h.
| t_vector s_ray_cast::ray_dir | 
Definition at line 174 of file type_cub3d.h.
| t_point s_ray_cast::step_dir | 
Definition at line 176 of file type_cub3d.h.