Starship Code Contest  0.1
A real student nightmare...
Data Fields
View_missile Struct Reference

This structure gathers information scaned by the radar about missiles. More...

#include <acquisition.h>

Data Fields

double x
 
double y
 
double angle_move
 

Detailed Description

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.

Field Documentation

◆ angle_move

double View_missile::angle_move

The angle of move of the missile in radian.

Definition at line 58 of file acquisition.h.

◆ x

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.

◆ y

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.


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