#include <Structs.h>
Public Member Functions | |
| rotation_t () | |
| rotation_t (const double p, const double v, const double l, const double r, const rotation_mode_t m) | |
| void | set_rot (const double p, const double v, const double l, const double r, const rotation_mode_t m) |
Data Fields | |
| double | pos |
| double | vel |
| double | left |
| double | right |
| rotation_mode_t | mode |
|
|
Definition at line 47 of file Structs.h. References NORMAL_ROT.
|
|
||||||||||||||||||||||||
|
Definition at line 48 of file Structs.h. 00048 : 00049 pos(p), vel(v), left(l), right(r), mode(m) {} void set_rot(const double p, const double v, const double l, const double r, const rotation_mode_t m)
|
|
||||||||||||||||||||||||
|
Definition at line 50 of file Structs.h. Referenced by Robot::get_messages(), Robot::set_values_before_game(), and Robot::update_rotation().
|
|
|
Definition at line 54 of file Structs.h. Referenced by Robot::update_rotation(). |
|
|
Definition at line 56 of file Structs.h. Referenced by Robot::update_rotation(). |
|
|
Definition at line 52 of file Structs.h. Referenced by bounce_on_robot(), Robot::bounce_on_wall(), Robot::change_position(), Robot::change_velocity(), Robot::draw_radar_and_cannon(), Robot::get_messages(), Shot::move(), Robot::move(), Robot::update_radar_and_cannon(), and Robot::update_rotation(). |
|
|
Definition at line 55 of file Structs.h. Referenced by Robot::update_rotation(). |
|
|
Definition at line 53 of file Structs.h. Referenced by Robot::get_messages(), and Robot::update_rotation(). |
1.3.9.1