![]() |
Starship Code Contest
0.1
A real student nightmare...
|
This structure gathers information scaned by the radar about missiles. More...
#include <acquisition.h>
Data Fields | |
| double | x |
| double | y |
| double | angle_move |
This structure gathers information scaned by the radar about missiles.
When a radar scans and detect a missile in its vision area, information are thus collected in a such structure. The radar can see the exact position and the angle of move of a missile.
Definition at line 55 of file acquisition.h.
| double View_missile::angle_move |
The angle of move of the missile in radian.
Definition at line 58 of file acquisition.h.
| double View_missile::x |
The position in absicca of the missile : beetwen -1.0 and 11.0 (some side effects).
Definition at line 56 of file acquisition.h.
| double View_missile::y |
The position in ordinate of the missile : beetwen -1.0 and 11.0 (some side effects).
Definition at line 57 of file acquisition.h.
1.8.13