|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Represents a single waypoint for a rotation path. More...
#include "api.h"
Public Attributes | |
| double | time |
| Time in seconds. | |
| double | azimuth_deg |
| Azimuth angle in compass degrees (0=North, 90=East). | |
| double | elevation_deg |
| Elevation angle in degrees (positive up). | |
Represents a single waypoint for a rotation path.
Angles are in compass degrees (CW from North).
| double fers_rotation_waypoint_t::azimuth_deg |
Azimuth angle in compass degrees (0=North, 90=East).
Definition at line 338 of file api.h.
Referenced by fers_get_interpolated_rotation_path().
| double fers_rotation_waypoint_t::elevation_deg |
Elevation angle in degrees (positive up).
Definition at line 339 of file api.h.
Referenced by fers_get_interpolated_rotation_path().
| double fers_rotation_waypoint_t::time |
Time in seconds.
Definition at line 337 of file api.h.
Referenced by fers_get_interpolated_rotation_path().