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

keyboard event flag More...

#include <type_cub3d.h>

Public Attributes

t_vector view_point
 
t_vector ray_dir
 
t_vector camera_forcal_plane
 
double move_speed
 
double rotate_speed
 

Detailed Description

keyboard event flag

Definition at line 226 of file type_cub3d.h.

Member Data Documentation

◆ camera_forcal_plane

t_vector s_player::camera_forcal_plane

Definition at line 229 of file type_cub3d.h.

◆ move_speed

double s_player::move_speed

Definition at line 230 of file type_cub3d.h.

◆ ray_dir

t_vector s_player::ray_dir

Definition at line 228 of file type_cub3d.h.

◆ rotate_speed

double s_player::rotate_speed

Definition at line 231 of file type_cub3d.h.

◆ view_point

t_vector s_player::view_point

Definition at line 227 of file type_cub3d.h.


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